Deleted Added
full compact
aslmessages.h (235945) aslmessages.h (239340)
1
2/******************************************************************************
3 *
4 * Module Name: aslmessages.h - Compiler error/warning messages
5 *
6 *****************************************************************************/
7
8/*

--- 183 unchanged lines hidden (view full) ---

192 ASL_MSG_TIMEOUT,
193 ASL_MSG_TOO_MANY_TEMPS,
194 ASL_MSG_UNKNOWN_RESERVED_NAME,
195 ASL_MSG_UNREACHABLE_CODE,
196 ASL_MSG_UNSUPPORTED,
197 ASL_MSG_UPPER_CASE,
198 ASL_MSG_VENDOR_LIST,
199 ASL_MSG_WRITE,
1
2/******************************************************************************
3 *
4 * Module Name: aslmessages.h - Compiler error/warning messages
5 *
6 *****************************************************************************/
7
8/*

--- 183 unchanged lines hidden (view full) ---

192 ASL_MSG_TIMEOUT,
193 ASL_MSG_TOO_MANY_TEMPS,
194 ASL_MSG_UNKNOWN_RESERVED_NAME,
195 ASL_MSG_UNREACHABLE_CODE,
196 ASL_MSG_UNSUPPORTED,
197 ASL_MSG_UPPER_CASE,
198 ASL_MSG_VENDOR_LIST,
199 ASL_MSG_WRITE,
200 ASL_MSG_RANGE,
200
201 /* These messages are used by the Preprocessor only */
202
203 ASL_MSG_DIRECTIVE_SYNTAX,
204 ASL_MSG_ENDIF_MISMATCH,
205 ASL_MSG_ERROR_DIRECTIVE,
206 ASL_MSG_EXISTING_NAME,
207 ASL_MSG_INVALID_INVOCATION,

--- 158 unchanged lines hidden (view full) ---

366/* ASL_MSG_TIMEOUT */ "Result is not used, possible operator timeout will be missed",
367/* ASL_MSG_TOO_MANY_TEMPS */ "Method requires too many temporary variables (_T_x)",
368/* ASL_MSG_UNKNOWN_RESERVED_NAME */ "Unknown reserved name",
369/* ASL_MSG_UNREACHABLE_CODE */ "Statement is unreachable",
370/* ASL_MSG_UNSUPPORTED */ "Unsupported feature",
371/* ASL_MSG_UPPER_CASE */ "Non-hex letters must be upper case",
372/* ASL_MSG_VENDOR_LIST */ "Too many vendor data bytes (7 max)",
373/* ASL_MSG_WRITE */ "Could not write file",
201
202 /* These messages are used by the Preprocessor only */
203
204 ASL_MSG_DIRECTIVE_SYNTAX,
205 ASL_MSG_ENDIF_MISMATCH,
206 ASL_MSG_ERROR_DIRECTIVE,
207 ASL_MSG_EXISTING_NAME,
208 ASL_MSG_INVALID_INVOCATION,

--- 158 unchanged lines hidden (view full) ---

367/* ASL_MSG_TIMEOUT */ "Result is not used, possible operator timeout will be missed",
368/* ASL_MSG_TOO_MANY_TEMPS */ "Method requires too many temporary variables (_T_x)",
369/* ASL_MSG_UNKNOWN_RESERVED_NAME */ "Unknown reserved name",
370/* ASL_MSG_UNREACHABLE_CODE */ "Statement is unreachable",
371/* ASL_MSG_UNSUPPORTED */ "Unsupported feature",
372/* ASL_MSG_UPPER_CASE */ "Non-hex letters must be upper case",
373/* ASL_MSG_VENDOR_LIST */ "Too many vendor data bytes (7 max)",
374/* ASL_MSG_WRITE */ "Could not write file",
375/* ASL_MSG_RANGE */ "Constant out of range",
374
375/* Preprocessor */
376
377/* ASL_MSG_DIRECTIVE_SYNTAX */ "Invalid directive syntax",
378/* ASL_MSG_ENDIF_MISMATCH */ "Mismatched #endif",
379/* ASL_MSG_ERROR_DIRECTIVE */ "#error",
380/* ASL_MSG_EXISTING_NAME */ "Name is already defined",
381/* ASL_MSG_INVALID_INVOCATION */ "Invalid macro invocation",

--- 46 unchanged lines hidden ---
376
377/* Preprocessor */
378
379/* ASL_MSG_DIRECTIVE_SYNTAX */ "Invalid directive syntax",
380/* ASL_MSG_ENDIF_MISMATCH */ "Mismatched #endif",
381/* ASL_MSG_ERROR_DIRECTIVE */ "#error",
382/* ASL_MSG_EXISTING_NAME */ "Name is already defined",
383/* ASL_MSG_INVALID_INVOCATION */ "Invalid macro invocation",

--- 46 unchanged lines hidden ---