diff options
Diffstat (limited to 'source/compiler/aslrules.y')
| -rw-r--r-- | source/compiler/aslrules.y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/compiler/aslrules.y b/source/compiler/aslrules.y index f998527b3a36..e7e678d2058e 100644 --- a/source/compiler/aslrules.y +++ b/source/compiler/aslrules.y @@ -523,6 +523,10 @@ StringData | String {} ; +StringLiteral + : String {} + ; + ByteConst : Integer {$$ = TrSetOpIntegerValue (PARSEOP_BYTECONST, $1);} ; |
