Deleted Added
full compact
asldefine.h (202771) asldefine.h (207344)
1
2/******************************************************************************
3 *
4 * Module Name: asldefine.h - Common defines for the iASL compiler
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

123 * Compiler versions and names
124 */
125#define CompilerCreatorRevision ACPI_CA_VERSION
126
127#define IntelAcpiCA "Intel ACPI Component Architecture"
128#define CompilerId "ASL Optimizing Compiler"
129#define DisassemblerId "AML Disassembler"
130#define CompilerCopyright "Copyright (c) 2000 - 2010 Intel Corporation"
1
2/******************************************************************************
3 *
4 * Module Name: asldefine.h - Common defines for the iASL compiler
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

123 * Compiler versions and names
124 */
125#define CompilerCreatorRevision ACPI_CA_VERSION
126
127#define IntelAcpiCA "Intel ACPI Component Architecture"
128#define CompilerId "ASL Optimizing Compiler"
129#define DisassemblerId "AML Disassembler"
130#define CompilerCopyright "Copyright (c) 2000 - 2010 Intel Corporation"
131#define CompilerCompliance "Supports ACPI Specification Revision 4.0"
131#define CompilerCompliance "Supports ACPI Specification Revision 4.0a"
132#define CompilerName "iasl"
133#define CompilerCreatorId "INTL"
134
135
136/* Configuration constants */
137
138#define ASL_MAX_ERROR_COUNT 200
139#define ASL_NODE_CACHE_SIZE 1024

--- 71 unchanged lines hidden ---
132#define CompilerName "iasl"
133#define CompilerCreatorId "INTL"
134
135
136/* Configuration constants */
137
138#define ASL_MAX_ERROR_COUNT 200
139#define ASL_NODE_CACHE_SIZE 1024

--- 71 unchanged lines hidden ---