diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-30 23:40:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-30 23:40:36 +0000 |
commit | a95d9dd0e22ace9a8f960e939af923c79e7a271e (patch) | |
tree | 99b9b07bd34bc3ebedbbeeaff97882b0e0778346 /source/compiler/aslmessages.h | |
parent | a117a0a6c82c5a5030040bd2b75704a1366741d6 (diff) |
Notes
Diffstat (limited to 'source/compiler/aslmessages.h')
-rw-r--r-- | source/compiler/aslmessages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler/aslmessages.h b/source/compiler/aslmessages.h index 6d5ffd4d6d5b..9a7215c63f23 100644 --- a/source/compiler/aslmessages.h +++ b/source/compiler/aslmessages.h @@ -382,6 +382,7 @@ typedef enum ASL_MSG_TYPE_MISMATCH_FOUND_HERE, ASL_MSG_DUPLICATE_EXTERN_MISMATCH, ASL_MSG_DUPLICATE_EXTERN_FOUND_HERE, + ASL_MSG_CONDREF_NEEDS_EXTERNAL_DECL, /* These messages are used by the Data Table compiler only */ |