mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 17:31:28 +00:00
bah, forgot the header changes :P
This commit is contained in:
parent
3e87e3ecdf
commit
5d51e0151e
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ const char *save_string (const char *str);
|
||||||
void clear_frame_macros (void);
|
void clear_frame_macros (void);
|
||||||
extern FILE *yyin;
|
extern FILE *yyin;
|
||||||
int yyparse (void);
|
int yyparse (void);
|
||||||
|
extern int yydebug;
|
||||||
|
|
||||||
#define ALLOC(s, t, n, v) \
|
#define ALLOC(s, t, n, v) \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Reference in a new issue