summaryrefslogtreecommitdiff
path: root/source/compiler/aslmessages.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-10-08 16:44:28 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-10-08 16:44:28 +0000
commite09636e66f40fad3b03a8dd4b86b1a371c435631 (patch)
tree7b65a7c39bdcce933c0b6ad825b31a72f28fd631 /source/compiler/aslmessages.c
parentb1dc29fa09052190e87f93cf1888edea9c42df24 (diff)
Notes
Diffstat (limited to 'source/compiler/aslmessages.c')
-rw-r--r--source/compiler/aslmessages.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c
index eb3449409b53b..320ad2aefa9b9 100644
--- a/source/compiler/aslmessages.c
+++ b/source/compiler/aslmessages.c
@@ -381,6 +381,9 @@ const char *AslCompilerMsgs [] =
/* ASL_MSG_DUPLICATE_EXTERN_MISMATCH */ "Type mismatch between multiple external declarations detected",
/* ASL_MSG_DUPLICATE_EXTERN_FOUND_HERE */"Duplicate external declaration:",
/* ASL_MSG_CONDREF_NEEDS_EXTERNAL_DECL */"CondRefOf parameter requires External() declaration",
+/* ASL_MSG_EXTERNAL_FOUND_HERE */ "External declaration below ",
+/* ASL_MSG_LOWER_CASE_NAMESEG */ "At least one lower case letter found in NameSeg, ASL is case insensitive - converting to upper case",
+/* ASL_MSG_LOWER_CASE_NAMEPATH */ "At least one lower case letter found in NamePath, ASL is case insensitive - converting to upper case",
};
/* Table compiler */