| # | Line 28 | Line 28 | |
|---|---|---|
| 28 | #include "malloc.h" | |
| 29 | #include "config.h" | |
| 30 | ||
| 31 | + | int yylex(void); |
| 32 | + | |
| 33 | int yydebug=0; | |
| 34 | void *tmp; /* Variable to temporarily hold nodes before insertion to list */ | |
| 35 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |