|
From: David B. <dav...@us...> - 2004-11-22 05:43:01
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15024 Modified Files: Tag: sidewinder-branch langpython.c langverbs.c Log Message: just one more Index: langverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langverbs.c,v retrieving revision 1.5 retrieving revision 1.5.4.1 diff -C2 -d -r1.5 -r1.5.4.1 *** langverbs.c 9 Nov 2004 20:33:06 -0000 1.5 --- langverbs.c 22 Nov 2004 05:37:03 -0000 1.5.4.1 *************** *** 3717,3722 **** } ! case pythondoscriptfunc: ! return (langrunpythonscript (hparam1, v)); --- 3717,3722 ---- } ! //case pythondoscriptfunc: ! // return (langrunpythonscript (hparam1, v)); Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2.4.1 retrieving revision 1.2.4.2 diff -C2 -d -r1.2.4.1 -r1.2.4.2 *** langpython.c 22 Nov 2004 04:28:20 -0000 1.2.4.1 --- langpython.c 22 Nov 2004 05:37:03 -0000 1.2.4.2 *************** *** 62,69 **** #include "osacomponent.h" #endif - #include "langpython.h" #ifdef FRONTIER_PYTHON #ifdef MACVERSION #include <Python/Python.h> --- 62,70 ---- #include "osacomponent.h" #endif #ifdef FRONTIER_PYTHON + #include "langpython.h" + #ifdef MACVERSION #include <Python/Python.h> |