diff options
Diffstat (limited to 'source/compiler/aslparser.y')
| -rw-r--r-- | source/compiler/aslparser.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslparser.y b/source/compiler/aslparser.y index 00718e4bc1337..b3d83b8392a00 100644 --- a/source/compiler/aslparser.y +++ b/source/compiler/aslparser.y @@ -58,7 +58,7 @@ * each list element and possibly overflow on very large lists (>4000 items). * This dramatically reduces use of the parse stack overall. * - * ArgList, TermList, Objectlist, ByteList, DWordList, PackageList, + * ArgList, TermList, ByteList, DWordList, PackageList, * ResourceMacroList, and FieldUnitList */ @@ -99,7 +99,7 @@ AslLocalAllocate ( * These shift/reduce conflicts are expected. There should be zero * reduce/reduce conflicts. */ -%expect 89 +%expect 101 /*! [Begin] no source code translation */ |
