* 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 09:13:12 +00:00
parent 9291f914de
commit 35f61cb998
6 changed files with 31 additions and 26 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. */