[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35, Sat Nov 16 23:38:16 2002 UTC revision 1.36, Sat Nov 23 18:11:58 2002 UTC
# Line 110  Line 110 
110   | Fallback when using gcc   | Fallback when using gcc
111   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
112    
113  #elif defined(__GNUC__)  #elif defined(__GNUC__) || defined(__ICC__)
114    
115  #    define int8_t   char  #    define int8_t   char
116  #    define uint8_t  unsigned char  #    define uint8_t  unsigned char
# Line 220  Line 220 
220   *  GNU CC compiler stuff   *  GNU CC compiler stuff
221   ****************************************************************************/   ****************************************************************************/
222    
223  #elif defined(__GNUC__) /* Compiler test */  #elif defined(__GNUC__) || defined(__ICC__) /* Compiler test */
224    
225  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
226   | Common gcc stuff   | Common gcc stuff

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4