*taniwha inflicts more carnage on extern

This commit is contained in:
Bill Currie 2001-10-28 04:29:30 +00:00
parent 78a3e398d5
commit 3f45a8305c
2 changed files with 1 additions and 1 deletions

View file

@ -369,6 +369,7 @@ struct function_s
};
extern function_t *pr_functions;
extern function_t *current_func;
//
// output generated by prog parsing

View file

@ -40,7 +40,6 @@ static const char rcsid[] =
#include "scope.h"
#include "qc-parse.h"
extern function_t *current_func;
int lineno_base;