OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Sun Sep 28 2003 - 02:57:57 CDT


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2003/09/28 01:57:57

Modified files:
        usr.bin/bc : bc.y extern.h scan.l

Log message:
Better error hanndling:
- skip current line on syntax error
- detect EOF in strings and comments
- report correct line number in above case
- more consistent warning and errors

ok henning