macros were broken. This removes the warnings when calling the new parsing function with C like seperation..

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@420 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-13 17:33:05 +00:00
parent 6c806092b9
commit 0ba312c9e3
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ long ParseNum (char *str);
char *QCC_COM_Parse (char *data);
char *QCC_COM_Parse2 (char *data);
extern char qcc_token[1024];
extern int qcc_eof;