From 322f50050acfd99aad4d443fcf1f7ea89df4b537 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:13:43 +0000 Subject: [PATCH] Updated a comment date 2002.01.22.16.20.00; author rmoore1; state Exp; --- source/include/actypes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/include/actypes.h b/source/include/actypes.h index c541b7672..7858b70ac 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actypes.h - Common data types for the entire ACPI subsystem - * $Revision: 1.213 $ + * $Revision: 1.214 $ * *****************************************************************************/ @@ -249,7 +249,8 @@ typedef char NATIVE_CHAR; #ifdef DEFINE_ALTERNATE_TYPES /* - * Types used only in translated source + * Types used only in translated source, defined here to enable + * cross-platform compilation only. */ typedef INT32 s32; typedef UINT8 u8;