diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 18:18:00 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 18:18:00 +0000 |
commit | 04f27355c01cb894338c3382792c0c2b75c86239 (patch) | |
tree | 1eacbedc15cb558e6ca546ff15e375a14d717ca7 /source/compiler/aslmessages.c | |
parent | 30321a234a02f257e7f87456c8660064d7acdbfd (diff) |
Notes
Diffstat (limited to 'source/compiler/aslmessages.c')
-rw-r--r-- | source/compiler/aslmessages.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c index 855008460b3a..e816b5385750 100644 --- a/source/compiler/aslmessages.c +++ b/source/compiler/aslmessages.c @@ -352,7 +352,9 @@ const char *AslCompilerMsgs [] = /* ASL_MSG_EXCEPTION_NOT_RECEIVED */ "Expected remark, warning, or error did not occur. Message ID:", /* ASL_MSG_NULL_RESOURCE_TEMPLATE */ "Empty Resource Template (END_TAG only)", /* ASL_MSG_FOUND_HERE */ "Original name creation/declaration below: ", -/* ASL_MSG_ILLEGAL_RECURSION */ "Illegal recursive call to method that creates named objects" +/* ASL_MSG_ILLEGAL_RECURSION */ "Illegal recursive call to method that creates named objects", +/* ASL_MSG_EXTERN_COLLISION */ "A name cannot be defined and declared external in the same table", +/* ASL_MSG_FOUND_HERE_EXTERN*/ "Remove one of the declarations indicated above or below:" }; /* Table compiler */ |