00001 /* SVN FILE INFO 00002 * $Revision: 174 $ : Last Committed Revision 00003 * $Date: 2008-06-24 10:50:29 -0700 (Tue, 24 Jun 2008) $ : Last Committed Date */ 00004 #define PACKAGE_STRING "MobileC V1.10.0" 00005 #define PACKAGE_VERSION "1.10.0" 00006 #define strtok_r( buf, delim, save_ptr ) \ 00007 strtok( buf, delim )