mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Increased MAX_FILE_TYPES, renamed
date 2002.02.07.16.48.00; author rmoore1; state Exp;
This commit is contained in:
parent
ea7dcdcd80
commit
c530758d2b
@ -2,7 +2,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: asltypes.h - compiler data types and struct definitions
|
* Module Name: asltypes.h - compiler data types and struct definitions
|
||||||
* $Revision: 1.32 $
|
* $Revision: 1.33 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -286,8 +286,8 @@ typedef enum
|
|||||||
} ASL_FILE_TYPES;
|
} ASL_FILE_TYPES;
|
||||||
|
|
||||||
|
|
||||||
#define ASL_MAX_FILE 9
|
#define ASL_MAX_FILE_TYPE 10
|
||||||
#define ASL_NUM_FILES (ASL_MAX_FILE + 1)
|
#define ASL_NUM_FILES (ASL_MAX_FILE_TYPE + 1)
|
||||||
|
|
||||||
|
|
||||||
/* An entry in the exception list, one for each error/warning */
|
/* An entry in the exception list, one for each error/warning */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user