|
From: Andre R. <and...@us...> - 2004-10-28 23:05:57
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2261/Frontier/Common/headers Modified Files: langparser.h Log Message: Eliminated GCC compiler warnings. Index: langparser.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langparser.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langparser.h 9 Oct 2004 20:57:56 -0000 1.1 --- langparser.h 28 Oct 2004 23:05:48 -0000 1.2 *************** *** 33,37 **** #define tokentype short /*something that's returned by parsegettoken*/ ! /***extern tymodulerecord parseresult; /*this is what yyparse returns*/ --- 33,37 ---- #define tokentype short /*something that's returned by parsegettoken*/ ! /***extern tymodulerecord parseresult; /%this is what yyparse returns*/ |