=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/scan.l,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/bc/scan.l 2003/11/11 09:15:36 1.11 --- src/usr.bin/bc/scan.l 2003/11/11 19:49:02 1.12 *************** *** 1,5 **** %{ ! /* $OpenBSD: scan.l,v 1.11 2003/11/11 09:15:36 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek --- 1,5 ---- %{ ! /* $OpenBSD: scan.l,v 1.12 2003/11/11 19:49:02 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek *************** *** 18,24 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: scan.l,v 1.11 2003/11/11 09:15:36 otto Exp $"; #endif /* not lint */ #include --- 18,24 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: scan.l,v 1.12 2003/11/11 19:49:02 otto Exp $"; #endif /* not lint */ #include *************** *** 163,168 **** --- 163,169 ---- \\\n lineno++; \n lineno++; return NEWLINE; + #[^\n]* ; [ \t] ; . yyerror("illegal character");