=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/scan.l,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/bc/scan.l 2013/09/19 16:12:01 1.28 --- src/usr.bin/bc/scan.l 2017/07/02 23:19:07 1.29 *************** *** 1,5 **** %{ ! /* $OpenBSD: scan.l,v 1.28 2013/09/19 16:12:01 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek --- 1,5 ---- %{ ! /* $OpenBSD: scan.l,v 1.29 2017/07/02 23:19:07 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek *************** *** 324,330 **** if (el != NULL) el_get(el, EL_EDITMODE, &use_el); ! if (yyin == stdin && interactive && use_el) { const char *bp; sigset_t oset, nset; --- 324,330 ---- if (el != NULL) el_get(el, EL_EDITMODE, &use_el); ! if (yyin == stdin && interactive && use_el) { const char *bp; sigset_t oset, nset;