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

Diff for /src/usr.bin/file/Attic/ascmagic.c between version 1.10 and 1.11

version 1.10, 2009/04/24 18:54:34 version 1.11, 2009/10/27 23:59:37
Line 49 
Line 49 
 #endif  #endif
 #include "names.h"  #include "names.h"
   
 #ifndef lint  
 FILE_RCSID("@(#)$Id$")  
 #endif  /* lint */  
   
 #define MAXLINELEN 300  /* longest sane line length */  #define MAXLINELEN 300  /* longest sane line length */
 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \  #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \
                   || (x) == 0x85 || (x) == '\f')                    || (x) == 0x85 || (x) == '\f')

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11