|
From: David B. <dav...@us...> - 2004-11-24 15:44:04
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8659 Modified Files: Tag: sidewinder-branch scripts.h Log Message: change python sig to avoid potential conflicts Index: scripts.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/scripts.h,v retrieving revision 1.2.4.1 retrieving revision 1.2.4.2 diff -C2 -d -r1.2.4.1 -r1.2.4.2 *** scripts.h 24 Nov 2004 04:38:59 -0000 1.2.4.1 --- scripts.h 24 Nov 2004 15:43:41 -0000 1.2.4.2 *************** *** 35,42 **** #define typeLAND 'LAND' ! // the type code for python scripts -- there is precedence for this type ! // code, MacPython uses it as the creator type for Python source files // ! #define typePyth 'Pyth' --- 35,41 ---- #define typeLAND 'LAND' ! // the type code for python scripts // ! #define typePython 'PYTH' |