--- portab.h 2002/11/16 23:38:16 1.35 +++ portab.h 2002/11/23 18:11:58 1.36 @@ -52,7 +52,7 @@ * exception also makes it possible to release a modified version which * carries forward this exception. * - * $Id: portab.h,v 1.35 2002/11/16 23:38:16 edgomez Exp $ + * $Id: portab.h,v 1.36 2002/11/23 18:11:58 chl Exp $ * ****************************************************************************/ @@ -110,7 +110,7 @@ | Fallback when using gcc *---------------------------------------------------------------------------*/ -#elif defined(__GNUC__) +#elif defined(__GNUC__) || defined(__ICC__) # define int8_t char # define uint8_t unsigned char @@ -220,7 +220,7 @@ * GNU CC compiler stuff ****************************************************************************/ -#elif defined(__GNUC__) /* Compiler test */ +#elif defined(__GNUC__) || defined(__ICC__) /* Compiler test */ /*---------------------------------------------------------------------------- | Common gcc stuff