From 615eb2945402758f050f1cb469181d3d22a22aa3 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 18 May 2015 23:17:05 +0000 Subject: Import ACPICA 20150515. --- source/compiler/aslmessages.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/compiler/aslmessages.c') diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c index 1f7a3b0d07bf..520ebe0760fe 100644 --- a/source/compiler/aslmessages.c +++ b/source/compiler/aslmessages.c @@ -270,7 +270,8 @@ const char *AslPreprocessorMsgs [] = /* ASL_MSG_TOO_MANY_ARGUMENTS */ "Too many macro arguments", /* ASL_MSG_UNKNOWN_DIRECTIVE */ "Unknown directive", /* ASL_MSG_UNKNOWN_PRAGMA */ "Unknown pragma", -/* ASL_MSG_WARNING_DIRECTIVE */ "#warning" +/* ASL_MSG_WARNING_DIRECTIVE */ "#warning", +/* ASL_MSG_INCLUDE_FILE */ "Found a # preprocessor directive in ASL Include() file" }; @@ -331,7 +332,7 @@ AeDecodeMessageId ( if (Index >= ACPI_ARRAY_LENGTH (AslPreprocessorMsgs)) { - return ("[Unknown Preprocesor exception ID]"); + return ("[Unknown Preprocessor exception ID]"); } } -- cgit v1.2.3