mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
Enhanced reserved name checking, added typechecking for _HID reserved
name date 2002.05.14.21.50.00; author rmoore1; state Exp;
This commit is contained in:
parent
9a560a0142
commit
7570410fdd
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asltypes.h - compiler data types and struct definitions
|
||||
* $Revision: 1.40 $
|
||||
* $Revision: 1.41 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -365,7 +365,11 @@ typedef enum
|
||||
ASL_MSG_INVALID_CONSTANT_OP,
|
||||
ASL_MSG_CONSTANT_EVALUATION,
|
||||
ASL_MSG_CONSTANT_FOLDED,
|
||||
ASL_MSG_INVALID_EISAID
|
||||
ASL_MSG_INVALID_EISAID,
|
||||
ASL_MSG_RESERVED_OPERAND_TYPE,
|
||||
ASL_MSG_RESERVED_METHOD,
|
||||
ASL_MSG_ALPHANUMERIC_STRING,
|
||||
ASL_MSG_RESERVED_USE
|
||||
|
||||
} ASL_MESSAGE_IDS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user