64-bit C support

date	2001.12.12.23.51.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:13:34 +00:00
parent 1b0b04844e
commit c01bfa3f75

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: asltypes.h - compiler data types and struct definitions
* $Revision: 1.25 $
* $Revision: 1.26 $
*
*****************************************************************************/
@ -277,7 +277,7 @@ typedef enum
ASL_FILE_LISTING_OUTPUT,
ASL_FILE_HEX_OUTPUT,
ASL_FILE_NAMESPACE_OUTPUT,
ASL_FILE_DEBUG_OUTPUT,
ASL_FILE_DEBUG_OUTPUT
} ASL_FILE_TYPES;
@ -396,7 +396,7 @@ typedef enum
ASL_MSG_BYTES_TO_BITS,
ASL_MSG_BITS_TO_BYTES,
ASL_MSG_AML_NOT_IMPLEMENTED,
ASL_MSG_NO_WHILE,
ASL_MSG_NO_WHILE
} ASL_MESSAGE_IDS;