* src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.

This commit is contained in:
Akim Demaille
2006-01-05 13:38:58 +00:00
parent 7a0db73e6f
commit 6ec2c0f295
4 changed files with 8 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ symbol_list_new (symbol *sym, location loc)
res->sym = sym;
res->location = loc;
res->mid_rule = NULL;
res->midrule = NULL;
res->action = NULL;
res->used = false;