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

Diff of /trunk/xvidcore/src/portab.h

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

revision 648, Sat Nov 16 23:38:16 2002 UTC revision 673, Sat Nov 23 18:11:58 2002 UTC
# Line 52  Line 52 
52   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
53   *  carries forward this exception.   *  carries forward this exception.
54   *   *
55   * $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 $
56   *   *
57   ****************************************************************************/   ****************************************************************************/
58    
# 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.648  
changed lines
  Added in v.673

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