=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/scan.l,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/bc/scan.l 2005/04/13 06:36:03 1.18 --- src/usr.bin/bc/scan.l 2005/12/03 18:23:47 1.19 *************** *** 1,5 **** %{ ! /* $OpenBSD: scan.l,v 1.18 2005/04/13 06:36:03 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek --- 1,5 ---- %{ ! /* $OpenBSD: scan.l,v 1.19 2005/12/03 18:23:47 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek *************** *** 18,24 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: scan.l,v 1.18 2005/04/13 06:36:03 otto Exp $"; #endif /* not lint */ #include --- 18,24 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: scan.l,v 1.19 2005/12/03 18:23:47 deraadt Exp $"; #endif /* not lint */ #include *************** *** 225,230 **** --- 225,231 ---- strlcat(strbuf, str, strbuf_sz); } + /* ARGSUSED */ void abort_line(int sig) {