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

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

version 1.4, 2007/10/02 14:06:16 version 1.5, 2010/07/24 22:17:03
Line 10 
Line 10 
   
 #ifndef __cplusplus  #ifndef __cplusplus
   
 #if (defined(__GNUC__) && __GNUC__ >= 3) || defined(__PCC__)  #if (defined(__GNUC__) && __GNUC__ >= 3) || defined(__PCC__) || defined(lint)
 /* 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.4  
changed lines
  Added in v.1.5