--- portab.h 2002/11/16 23:38:16 1.35 +++ portab.h 2002/11/23 22:00:43 1.37 @@ -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.37 2002/11/23 22:00:43 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