|
From: David B. <dav...@us...> - 2004-11-22 04:43:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5673 Modified Files: langpython.c Log Message: undo the revision Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** langpython.c 22 Nov 2004 03:52:56 -0000 1.3 --- langpython.c 22 Nov 2004 04:43:08 -0000 1.4 *************** *** 27,31 **** #include "standard.h" ! #define FRONTIER_PYTHON 1 #ifdef MACVERSION --- 27,37 ---- #include "standard.h" ! #define xxxFRONTIER_PYTHON 1 ! [...1241 lines suppressed...] ! if (PyRun_SimpleString (*h) == 0) ! fl = setbooleanvalue (true, v); ! ! unlockhandle (h); ! disposehandle (h); ! return (fl); ! }/*langrunpythonscript*/ ! #else + boolean langrunpythonscript (hdltreenode hp1, tyvaluerecord *v) { ! langerror (unimplementedverberror); + return (false); + } #endif |