void output_token_defines PARAMS((FILE *));
void packgram PARAMS((void));
int read_signed_integer PARAMS((FILE *));
-static int get_type PARAMS((void));
+#if 0
+static int get_type PARAMS((void));
+#endif
int lineno;
symbol_list *grammar;
readgram (void)
{
register int t;
- register bucket *lhs;
+ register bucket *lhs = NULL;
register symbol_list *p;
register symbol_list *p1;
register bucket *bp;
}
+#if 0
/* read in a %type declaration and record its information for get_type_name to access */
/* this is unused. it is only called from the #if 0 part of readgram */
static int
}
}
}
-
+#endif
/* assign symbol numbers, and write definition of token names into fdefines.