missed this in the cleanup

This commit is contained in:
Bill Currie 2001-11-13 23:14:59 +00:00
parent 3874d78697
commit ad5deea582

View file

@ -433,8 +433,6 @@ extern token_type_t pr_token_type;
extern type_t *pr_immediate_type;
extern eval_t pr_immediate;
void PR_PrintStatement (dstatement_t *s);
void PR_Lex (void);
void PR_LexString (void);
// reads the next token into pr_token and classifies its type
@ -498,8 +496,6 @@ extern qboolean pr_trace;
#define G_STRING(o) (strings + *(string_t *)&pr_globals[o])
#define G_FUNCTION(o) (*(func_t *)&pr_globals[o])
char *PR_ValueString (etype_t type, void *val);
void PR_ClearGrabMacros (void);
qboolean PR_CompileFile (char *string, const char *filename);