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

Diff for /src/include/stdio.h between version 1.13 and 1.14

version 1.13, 2000/02/22 17:29:12 version 1.14, 2000/03/04 17:16:02
Line 187 
Line 187 
   
 /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */  /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
 #ifndef _ANSI_SOURCE  #ifndef _ANSI_SOURCE
 #define P_tmpdir        "/var/tmp/"  #define P_tmpdir        "/tmp/"
 #endif  #endif
 #define L_tmpnam        1024    /* XXX must be == PATH_MAX */  #define L_tmpnam        1024    /* XXX must be == PATH_MAX */
 #define TMP_MAX         308915776  #define TMP_MAX         308915776

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14