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

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

version 1.3, 1998/07/10 14:09:53 version 1.4, 1998/11/16 06:22:28
Line 203 
Line 203 
 extern  Eptr    **files;        /* array of pointers into errors*/  extern  Eptr    **files;        /* array of pointers into errors*/
 boolean *touchedfiles;                  /* which files we touched */  boolean *touchedfiles;                  /* which files we touched */
 /*  /*
  *      The langauge the compilation is in, as intuited from   *      The language the compilation is in, as intuited from
  *      the flavor of error messages analyzed.   *      the flavor of error messages analyzed.
  */   */
 extern  int     langauge;  extern  int     language;
 extern  char    *currentfilename;  extern  char    *currentfilename;
 /*  /*
  *      Functional forwards   *      Functional forwards

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