diff options
| author | Quentin Carbonneaux | 2015-03-08 18:49:33 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux | 2015-03-08 18:49:33 -0400 |
| commit | 596f0b8b5a9f61aec26b2729e88bdbe8a3d58c09 (patch) | |
| tree | a23a979dbde868bb937a6f9ad73cacd1a355a091 | |
| parent | e29a10e5f9ce72e3ec2d34ee5e788ced652770dc (diff) | |
warning free with -pedantic
| -rw-r--r-- | myacc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ enum { MaxTm = 1000, TSetSz = (MaxTk+31)/32, - Sym0 = MaxTk, + Sym0 = MaxTk }; struct Rule { @@ -53,7 +53,7 @@ struct Info { ANone, ALeft, ARight, - ANonassoc, + ANonassoc } assoc; char name[IdntSz]; char type[IdntSz]; @@ -767,7 +767,7 @@ enum { TNonassoc, TPrec, TStart, - TEof, + TEof }; struct { |
