From: <sja...@us...> - 2003-08-12 08:39:54
|
Update of /cvsroot/binaryphp/binaryphp In directory sc8-pr-cvs1:/tmp/cvs-serv25822 Modified Files: functions.php Log Message: Added function: ord() Index: functions.php =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/functions.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** functions.php 12 Aug 2003 08:28:42 -0000 1.39 --- functions.php 12 Aug 2003 08:39:07 -0000 1.40 *************** *** 65,68 **** --- 65,69 ---- 'glutCreateMenu' => array(array('GL/gl.h', 'GL/glu.h', 'GL/glut.h'), 'glut/glutCreateMenu.cpp'), 'chr' => array(null, 'string/chr.cpp'), + 'ord' => array(null, 'string/ord.cpp'), null ); |