Increased MAX_FILE_TYPES, renamed

date	2002.02.07.16.48.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:13:42 +00:00
parent ea7dcdcd80
commit c530758d2b

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* 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;
#define ASL_MAX_FILE 9
#define ASL_NUM_FILES (ASL_MAX_FILE + 1)
#define ASL_MAX_FILE_TYPE 10
#define ASL_NUM_FILES (ASL_MAX_FILE_TYPE + 1)
/* An entry in the exception list, one for each error/warning */