|
From: David B. <dav...@us...> - 2004-11-24 04:39:09
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2279 Modified Files: Tag: sidewinder-branch scripts.h Log Message: added signature code for Python scripts, using MacPython as an example Index: scripts.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/scripts.h,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** scripts.h 31 Oct 2004 13:02:36 -0000 1.2 --- scripts.h 24 Nov 2004 04:38:59 -0000 1.2.4.1 *************** *** 35,38 **** --- 35,43 ---- #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' + /*prototypes*/ |