|
From: Andre R. <and...@us...> - 2004-11-23 16:18:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23349 Modified Files: Tag: sidewinder-branch langpython.c Log Message: Don't define FRONTIER_PYTHON here anymore, it's now handled in frontierdefs.h. Comment out unneeded header includes, possibly to be removed completely later. Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2.4.8 retrieving revision 1.2.4.9 diff -C2 -d -r1.2.4.8 -r1.2.4.9 *** langpython.c 23 Nov 2004 15:43:42 -0000 1.2.4.8 --- langpython.c 23 Nov 2004 16:17:52 -0000 1.2.4.9 *************** *** 27,32 **** #include "standard.h" - #define FRONTIER_PYTHON 1 - #ifdef MACVERSION #include <iac.h> --- 27,30 ---- *************** *** 34,38 **** #include "error.h" ! #include "file.h" #include "memory.h" #include "ops.h" --- 32,36 ---- #include "error.h" ! //#include "file.h" #include "memory.h" #include "ops.h" *************** *** 40,65 **** #include "strings.h" #include "lang.h" ! #include "langipc.h" #include "langinternal.h" #include "langexternal.h" ! #include "langsystem7.h" ! #include "langhtml.h" ! #include "langwinipc.h" ! #include "process.h" ! #include "tableinternal.h" #include "tablestructure.h" ! #include "tableverbs.h" ! #include "op.h" ! #include "opinternal.h" ! #include "oplist.h" ! #include "opverbs.h" #include "kernelverbs.h" #include "kernelverbdefs.h" ! #include "shell.rsrc.h" ! #include "timedate.h" ! #include "winsocknetevents.h" ! #ifdef flcomponent ! #include "osacomponent.h" ! #endif #ifdef FRONTIER_PYTHON --- 38,63 ---- #include "strings.h" #include "lang.h" ! //#include "langipc.h" #include "langinternal.h" #include "langexternal.h" ! //#include "langsystem7.h" ! //#include "langhtml.h" ! //#include "langwinipc.h" ! //#include "process.h" ! //#include "tableinternal.h" #include "tablestructure.h" ! //#include "tableverbs.h" ! //#include "op.h" ! //#include "opinternal.h" ! //#include "oplist.h" ! //#include "opverbs.h" #include "kernelverbs.h" #include "kernelverbdefs.h" ! //#include "shell.rsrc.h" ! //#include "timedate.h" ! //#include "winsocknetevents.h" ! //#ifdef flcomponent ! //#include "osacomponent.h" ! //#endif #ifdef FRONTIER_PYTHON |