[BACK]Return to stdbool.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/stdbool.h between version 1.3 and 1.4

version 1.3, 2004/10/02 12:55:31 version 1.4, 2007/10/02 14:06:16
Line 10 
Line 10 
   
 #ifndef __cplusplus  #ifndef __cplusplus
   
 #if defined(__GNUC__) && __GNUC__ >= 3  #if (defined(__GNUC__) && __GNUC__ >= 3) || defined(__PCC__)
 /* Support for _C99: type _Bool is already built-in. */  /* Support for _C99: type _Bool is already built-in. */
 #define false   0  #define false   0
 #define true    1  #define true    1

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4