mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
*taniwha inflicts more carnage on extern
This commit is contained in:
parent
78a3e398d5
commit
3f45a8305c
2 changed files with 1 additions and 1 deletions
|
@ -369,6 +369,7 @@ struct function_s
|
||||||
};
|
};
|
||||||
|
|
||||||
extern function_t *pr_functions;
|
extern function_t *pr_functions;
|
||||||
|
extern function_t *current_func;
|
||||||
|
|
||||||
//
|
//
|
||||||
// output generated by prog parsing
|
// output generated by prog parsing
|
||||||
|
|
|
@ -40,7 +40,6 @@ static const char rcsid[] =
|
||||||
#include "scope.h"
|
#include "scope.h"
|
||||||
#include "qc-parse.h"
|
#include "qc-parse.h"
|
||||||
|
|
||||||
extern function_t *current_func;
|
|
||||||
|
|
||||||
int lineno_base;
|
int lineno_base;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue