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

Diff for /src/include/stdio.h between version 1.24 and 1.25

version 1.24, 2002/12/29 03:02:34 version 1.25, 2002/12/30 21:36:06
Line 176 
Line 176 
   
 #define BUFSIZ  1024            /* size of buffer used by setbuf */  #define BUFSIZ  1024            /* size of buffer used by setbuf */
   
 #ifndef __EOF  #define EOF     (-1)
 #define __EOF   (-1)  
 #endif  
 #define EOF     __EOF  
   
 /*  /*
  * FOPEN_MAX is a minimum maximum, and should be the number of descriptors   * FOPEN_MAX is a minimum maximum, and should be the number of descriptors

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25