=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sed/compile.c,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/sed/compile.c 2014/12/12 03:32:55 1.37 --- src/usr.bin/sed/compile.c 2015/06/23 22:52:55 1.38 *************** *** 1,4 **** ! /* $OpenBSD: compile.c,v 1.37 2014/12/12 03:32:55 jsg Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. --- 1,4 ---- ! /* $OpenBSD: compile.c,v 1.38 2015/06/23 22:52:55 millert Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. *************** *** 208,214 **** case NONSEL: /* ! */ p++; EATSPACE(); ! cmd->nonsel = ! cmd->nonsel; goto nonsel; case GROUP: /* { */ p++; --- 208,214 ---- case NONSEL: /* ! */ p++; EATSPACE(); ! cmd->nonsel = 1; goto nonsel; case GROUP: /* { */ p++;