=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/error/Attic/error.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/error/Attic/error.h 1998/07/10 14:09:53 1.3 --- src/usr.bin/error/Attic/error.h 1998/11/16 06:22:28 1.4 *************** *** 1,4 **** ! /* $OpenBSD: error.h,v 1.3 1998/07/10 14:09:53 mickey Exp $ */ /* $NetBSD: error.h,v 1.3 1995/09/02 06:15:25 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: error.h,v 1.4 1998/11/16 06:22:28 deraadt Exp $ */ /* $NetBSD: error.h,v 1.3 1995/09/02 06:15:25 jtc Exp $ */ /* *************** *** 203,212 **** extern Eptr **files; /* array of pointers into errors*/ boolean *touchedfiles; /* which files we touched */ /* ! * The langauge the compilation is in, as intuited from * the flavor of error messages analyzed. */ ! extern int langauge; extern char *currentfilename; /* * Functional forwards --- 203,212 ---- extern Eptr **files; /* array of pointers into errors*/ boolean *touchedfiles; /* which files we touched */ /* ! * The language the compilation is in, as intuited from * the flavor of error messages analyzed. */ ! extern int language; extern char *currentfilename; /* * Functional forwards