mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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 *current_func;
|
||||
|
||||
//
|
||||
// output generated by prog parsing
|
||||
|
|
|
@ -40,7 +40,6 @@ static const char rcsid[] =
|
|||
#include "scope.h"
|
||||
#include "qc-parse.h"
|
||||
|
||||
extern function_t *current_func;
|
||||
|
||||
int lineno_base;
|
||||
|
||||
|
|
Loading…
Reference in a new issue