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

Diff for /src/usr.bin/file/Attic/is_tar.c between version 1.4 and 1.5

version 1.4, 2001/11/19 19:02:13 version 1.5, 2002/02/19 19:39:38
Line 19 
Line 19 
   
 #define isodigit(c)     ( ((c) >= '0') && ((c) <= '7') )  #define isodigit(c)     ( ((c) >= '0') && ((c) <= '7') )
   
 #if     defined(__STDC__) || defined(__cplusplus)  
 static int from_oct(int, char*);        /* Decode octal number */  static int from_oct(int, char*);        /* Decode octal number */
 #else  
 static int from_oct();  
 #endif  
   
 /*  /*
  * Return   * Return

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