warnings fix for older gcc/egcs

This commit is contained in:
Bill Currie 2000-05-10 22:11:27 +00:00
parent b139acafc2
commit 525f2b78f4

View file

@ -360,9 +360,9 @@ PR_ExecuteProgram
*/ */
void PR_ExecuteProgram (func_t fnum) void PR_ExecuteProgram (func_t fnum)
{ {
eval_t *a, *b, *c; eval_t *a=0, *b=0, *c=0;
int s; int s;
dstatement_t *st; dstatement_t *st=0;
dfunction_t *f, *newf; dfunction_t *f, *newf;
int runaway; int runaway;
int i; int i;