[BACK]Return to file.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/file.h between version 1.3 and 1.4

version 1.3, 1997/02/09 23:58:23 version 1.4, 1997/07/25 21:05:26
Line 81 
Line 81 
 #include <stdio.h>      /* Include that here, to make sure __P gets defined */  #include <stdio.h>      /* Include that here, to make sure __P gets defined */
   
 #ifndef __P  #ifndef __P
 # if __STDC__ || __cplusplus  # ifdef __STDC__ || __cplusplus
 #  define __P(a) a  #  define __P(a) a
 # else  # else
 #  define __P(a) ()  #  define __P(a) ()

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