|
From: David B. <dav...@us...> - 2004-11-28 08:30:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14927/headers Modified Files: Tag: sidewinder-branch langpython.h Log Message: misc cleanup Index: langpython.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langpython.h,v retrieving revision 1.1.4.3 retrieving revision 1.1.4.4 diff -C2 -d -r1.1.4.3 -r1.1.4.4 *** langpython.h 28 Nov 2004 00:40:19 -0000 1.1.4.3 --- langpython.h 28 Nov 2004 06:51:46 -0000 1.1.4.4 *************** *** 28,37 **** - boolean runstringverb(hdltreenode hp1, tyvaluerecord *v); - boolean pythongetdict(Handle htext, tyvaluerecord *tvr); - boolean callpython(hdltreenode htree, tyvaluerecord *vreturned); boolean compilepython(Handle htext, tyvaluerecord *tvr); boolean ispythonnode(hdltreenode, tyvaluerecord *); ! boolean callpythonscript(tyvaluerecord, hdltreenode, bigstring, tyvaluerecord *); --- 28,35 ---- boolean compilepython(Handle htext, tyvaluerecord *tvr); boolean ispythonnode(hdltreenode, tyvaluerecord *); ! boolean callpythonscript(tyvaluerecord, hdltreenode, bigstring, tyvaluerecord *, boolean); ! boolean callpython(hdltreenode htree, tyvaluerecord *vreturned); |