=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/patch/common.h 2003/07/28 19:15:34 1.20 --- src/usr.bin/patch/common.h 2003/07/31 14:10:21 1.21 *************** *** 1,4 **** ! /* $OpenBSD: common.h,v 1.20 2003/07/28 19:15:34 deraadt Exp $ */ #define DEBUGGING --- 1,4 ---- ! /* $OpenBSD: common.h,v 1.21 2003/07/31 14:10:21 otto Exp $ */ #define DEBUGGING *************** *** 72,77 **** --- 72,78 ---- extern bool canonicalize; /* TRUE if -C was specified on command line. */ extern bool check_only; + extern bool warn_on_invalid_line; #define CONTEXT_DIFF 1