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

Diff for /src/usr.bin/file/Attic/apprentice.c between version 1.2 and 1.3

version 1.2, 1995/12/14 03:30:01 version 1.3, 1996/06/26 05:32:54
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*  /*
  * apprentice - make one pass through /etc/magic, learning its secrets.   * apprentice - make one pass through /etc/magic, learning its secrets.
  *   *
Line 33 
Line 34 
 #include "file.h"  #include "file.h"
   
 #ifndef lint  #ifndef lint
 static char *moduleid =  static char *moduleid = "$OpenBSD$";
         "@(#)$Id$";  
 #endif  /* lint */  #endif  /* lint */
   
 #define EATAB {while (isascii((unsigned char) *l) && \  #define EATAB {while (isascii((unsigned char) *l) && \

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