|
From: David B. <dav...@us...> - 2004-11-22 05:12:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10955 Modified Files: langpython.h Log Message: undo revision Index: langpython.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langpython.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** langpython.h 22 Nov 2004 03:52:55 -0000 1.2 --- langpython.h 22 Nov 2004 05:12:26 -0000 1.3 *************** *** 28,33 **** ! boolean runstringverb(hdltreenode hp1, tyvaluerecord *v); ! boolean pythoninitverbs(void); --- 28,32 ---- ! extern boolean langrunpythonscript (hdltreenode hp1, tyvaluerecord *v); |