Update of /cvsroot/binaryphp/binaryphp
In directory sc8-pr-cvs1:/tmp/cvs-serv21856
Modified Files:
functions.php
Log Message:
Fix whitespace
Index: functions.php
===================================================================
RCS file: /cvsroot/binaryphp/binaryphp/functions.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** functions.php 12 Aug 2003 22:26:26 -0000 1.42
--- functions.php 13 Aug 2003 08:51:34 -0000 1.43
***************
*** 66,85 ****
'chr' => array(null, 'string/chr.cpp'),
'ord' => array(null, 'string/ord.cpp'),
! 'abs' => array('cstdlib', 'math/abs.cpp'),
! 'asin' => array('cmath', 'math/asin.cpp'),
! 'atan2' => array('cmath', 'math/atan2.cpp'),
! 'cos' => array('cmath', 'math/cos.cpp'),
! 'floor' => array('cmath', 'math/floor.cpp'),
! 'sin' => array('cmath', 'math/sin.cpp'),
! 'sqrt' => array('cmath', 'math/sqrt.cpp'),
! 'tanh' => array('cmath', 'math/tanh.cpp'),
! 'tan' => array('cmath', 'math/tan.cpp'),
! 'sinh' => array('cmath', 'math/sinh.cpp'),
! 'pow' => array('cmath', 'math/pow.cpp'),
! 'cosh' => array('cmath', 'math/cosh.cpp'),
! 'ceil' => array('cmath', 'math/ceil.cpp'),
! 'atan' => array('cmath', 'math/atan.cpp'),
! 'acos' => array('cmath', 'math/acos.cpp'),
! null
! );
?>
--- 66,85 ----
'chr' => array(null, 'string/chr.cpp'),
'ord' => array(null, 'string/ord.cpp'),
! 'abs' => array('cstdlib', 'math/abs.cpp'),
! 'asin' => array('cmath', 'math/asin.cpp'),
! 'atan2' => array('cmath', 'math/atan2.cpp'),
! 'cos' => array('cmath', 'math/cos.cpp'),
! 'floor' => array('cmath', 'math/floor.cpp'),
! 'sin' => array('cmath', 'math/sin.cpp'),
! 'sqrt' => array('cmath', 'math/sqrt.cpp'),
! 'tanh' => array('cmath', 'math/tanh.cpp'),
! 'tan' => array('cmath', 'math/tan.cpp'),
! 'sinh' => array('cmath', 'math/sinh.cpp'),
! 'pow' => array('cmath', 'math/pow.cpp'),
! 'cosh' => array('cmath', 'math/cosh.cpp'),
! 'ceil' => array('cmath', 'math/ceil.cpp'),
! 'atan' => array('cmath', 'math/atan.cpp'),
! 'acos' => array('cmath', 'math/acos.cpp'),
! null
! );
?>
|