clean up some duplicate symbols

This commit is contained in:
Bill Currie 2001-10-26 17:49:23 +00:00
parent d8e6bf9cb6
commit 5eba9f155e
3 changed files with 4 additions and 10 deletions

View file

@ -368,7 +368,7 @@ struct function_s
int parm_ofs[MAX_PARMS]; // allways contiguous, right?
};
function_t *pr_functions;
extern function_t *pr_functions;
//
// output generated by prog parsing

View file

@ -27,15 +27,6 @@ static const char rcsid[] =
#include "qfcc.h"
pr_info_t pr;
def_t *pr_global_defs[MAX_REGS]; // to find def for a global variable
void
PrecacheSound (def_t *e, int ch)
{

View file

@ -72,6 +72,8 @@ static struct option const long_options[] =
char destfile[1024];
char debugfile[1024];
pr_info_t pr;
float pr_globals[MAX_REGS];
int numpr_globals;
@ -82,6 +84,7 @@ dstatement_t statements[MAX_STATEMENTS];
int numstatements;
int statement_linenums[MAX_STATEMENTS];
function_t *pr_functions;
dfunction_t functions[MAX_FUNCTIONS];
int numfunctions;