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

Diff for /src/include/unistd.h between version 1.42 and 1.43

version 1.42, 2002/09/17 21:15:58 version 1.43, 2002/10/25 21:55:28
Line 51 
Line 51 
 #ifdef  __GNUG__  #ifdef  __GNUG__
 #define NULL    __null  #define NULL    __null
 #else  #else
 #define NULL            0       /* null pointer constant */  #define NULL    0L
 #endif  #endif
 #endif  #endif
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43