Deleted Added
full compact
aslutils.c (123331) aslutils.c (126372)
1
2/******************************************************************************
3 *
4 * Module Name: aslutils -- compiler utilities
1
2/******************************************************************************
3 *
4 * Module Name: aslutils -- compiler utilities
5 * $Revision: 56 $
5 * $Revision: 57 $
6 *
7 *****************************************************************************/
8
9/******************************************************************************
10 *
11 * 1. Copyright Notice
12 *
6 *
7 *****************************************************************************/
8
9/******************************************************************************
10 *
11 * 1. Copyright Notice
12 *
13 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
13 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
14 * All rights reserved.
15 *
16 * 2. License
17 *
18 * 2.1. This is your license from Intel Corp. under its intellectual property
19 * rights. You may have additional license terms from the party that provided
20 * you this software, covering your right to use that party's intellectual
21 * property rights.

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

121#include "acnamesp.h"
122#include "amlcode.h"
123
124#define _COMPONENT ACPI_COMPILER
125 ACPI_MODULE_NAME ("aslutils")
126
127#ifdef _USE_BERKELEY_YACC
128extern const char * const AslCompilername[];
14 * All rights reserved.
15 *
16 * 2. License
17 *
18 * 2.1. This is your license from Intel Corp. under its intellectual property
19 * rights. You may have additional license terms from the party that provided
20 * you this software, covering your right to use that party's intellectual
21 * property rights.

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

121#include "acnamesp.h"
122#include "amlcode.h"
123
124#define _COMPONENT ACPI_COMPILER
125 ACPI_MODULE_NAME ("aslutils")
126
127#ifdef _USE_BERKELEY_YACC
128extern const char * const AslCompilername[];
129static const char * const *yytname = &AslCompilername[254];
129static const char * const *yytname = &AslCompilername[255];
130#else
131extern const char * const yytname[];
132#endif
133
134
135void
136AslOptimizeNamepath (
137 char *Buffer)

--- 878 unchanged lines hidden ---
130#else
131extern const char * const yytname[];
132#endif
133
134
135void
136AslOptimizeNamepath (
137 char *Buffer)

--- 878 unchanged lines hidden ---