* src/symtab.h, src/symtab.c: line' is a new member of bucket'.

* src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
* src/output.c: Adjust.
This commit is contained in:
Akim Demaille
2001-11-19 10:26:16 +00:00
parent 652a871c29
commit e41dc70020
6 changed files with 31 additions and 25 deletions

View File

@@ -42,6 +42,9 @@ typedef struct bucket
struct bucket *link;
struct bucket *next;
/* The line it was found in. */
short line;
/* The key, name of the symbol. */
char *tag;
/* Its type. */