=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sed/defs.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/sed/defs.h 2015/07/17 20:38:57 1.6 +++ src/usr.bin/sed/defs.h 2015/10/26 22:24:44 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.6 2015/07/17 20:38:57 jasper Exp $ */ +/* $OpenBSD: defs.h,v 1.7 2015/10/26 22:24:44 jca Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 @@ -136,11 +136,9 @@ /* * Error severity codes: */ -#define FATAL 0 /* Exit immediately with 1 */ -#define ERROR 1 /* Continue, but change exit value */ -#define WARNING 2 /* Just print the warning */ -#define COMPILE 3 /* Print error, count and finish script */ -#define COMPILE2 3 /* Print error, count and finish script */ +#define WARNING 0 /* Just print the warning */ +#define FATAL 1 /* Exit immediately with 1 */ +#define COMPILE 2 /* Print error, count and finish script */ /* * Round up to the nearest multiple of _POSIX2_LINE_MAX