[svn] / branches / dev-api-4 / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/portab.h

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

revision 673, Sat Nov 23 18:11:58 2002 UTC revision 674, Sat Nov 23 22:00:43 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.36 2002-11-23 18:11:58 chl Exp $   * $Id: portab.h,v 1.37 2002-11-23 22:00:43 chl Exp $
56   *   *
57   ****************************************************************************/   ****************************************************************************/
58    
# Line 110  Line 110 
110   | Fallback when using gcc   | Fallback when using gcc
111   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
112    
113  #elif defined(__GNUC__) || defined(__ICC__)  #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__) || defined(__ICC__) /* Compiler test */  #elif defined(__GNUC__) || defined(__ICC) /* Compiler test */
224    
225  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
226   | Common gcc stuff   | Common gcc stuff

Legend:
Removed from v.673  
changed lines
  Added in v.674

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