mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
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:
parent
6c806092b9
commit
0ba312c9e3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue