0
0
Fork 0
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:
Bill Currie 2002-08-20 21:16:50 +00:00
parent 3e87e3ecdf
commit 5d51e0151e

View file

@ -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 { \