diff options
Diffstat (limited to 'source/compiler/asltokens.y')
| -rw-r--r-- | source/compiler/asltokens.y | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/source/compiler/asltokens.y b/source/compiler/asltokens.y index d52bb500bff2..17ae28d05a13 100644 --- a/source/compiler/asltokens.y +++ b/source/compiler/asltokens.y @@ -124,7 +124,7 @@ NoEcho('  %token <i> PARSEOP_DECREMENT  %token <i> PARSEOP_DEFAULT  %token <i> PARSEOP_DEFAULT_ARG -%token <i> PARSEOP_DEFINITIONBLOCK +%token <i> PARSEOP_DEFINITION_BLOCK  %token <i> PARSEOP_DEREFOF  %token <i> PARSEOP_DEVICE  %token <i> PARSEOP_DEVICEPOLARITY_HIGH @@ -464,6 +464,9 @@ NoEcho('             /* PARSEOP_EXP_PAREN_OPEN */             /* PARSEOP_EXP_PAREN_CLOSE */ + +%token <i> PARSEOP_ASL_CODE +  /*   * Special functions. These should probably stay at the end of this   * table. | 
