diff options
author | jkim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 |
commit | 08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4 (patch) | |
tree | a28a9676fa0b9e969cfd83d7a508660c754c8b3e /source/compiler/aslmessages.h | |
parent | dbd90a99cde8c4a942a41f095faa72f479694173 (diff) | |
download | FreeBSD-src-08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4.zip FreeBSD-src-08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4.tar.gz |
Import ACPICA 20120816.
Diffstat (limited to 'source/compiler/aslmessages.h')
-rw-r--r-- | source/compiler/aslmessages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/aslmessages.h b/source/compiler/aslmessages.h index 595e5f4..4c4e79a 100644 --- a/source/compiler/aslmessages.h +++ b/source/compiler/aslmessages.h @@ -197,6 +197,7 @@ typedef enum ASL_MSG_UPPER_CASE, ASL_MSG_VENDOR_LIST, ASL_MSG_WRITE, + ASL_MSG_RANGE, /* These messages are used by the Preprocessor only */ @@ -371,6 +372,7 @@ char *AslMessages [] = { /* ASL_MSG_UPPER_CASE */ "Non-hex letters must be upper case", /* ASL_MSG_VENDOR_LIST */ "Too many vendor data bytes (7 max)", /* ASL_MSG_WRITE */ "Could not write file", +/* ASL_MSG_RANGE */ "Constant out of range", /* Preprocessor */ |