|
From: David B. <dav...@us...> - 2004-11-22 04:28:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3180 Modified Files: Tag: sidewinder-branch langpython.c Log Message: put it in the right place Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** langpython.c 23 Oct 2004 22:29:38 -0000 1.2 --- langpython.c 22 Nov 2004 04:28:20 -0000 1.2.4.1 *************** *** 27,37 **** #include "standard.h" ! #define xxxFRONTIER_PYTHON 1 ! ! #ifdef FRONTIER_PYTHON ! ! #include "C:\\Python16\\include\\Python.h" ! ! #endif [...1241 lines suppressed...] ! ! case stopinterpreterfunc: ! return stopInterpreter(); ! ! case runstringfunc: ! return runstringverb(hp1, v); ! ! default: ! getstringlist (langerrorlist, unimplementedverberror, bserror); ! return (false); ! } /*switch*/ ! } /*htmlfunctionvalue*/ ! ! ! boolean pythoninitverbs (void) { ! return (loadfunctionprocessor (idpythonverbs, &pythonfunctionvalue)); ! } #endif |