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: Tue Dec 02 2003 - 03:00:07 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2003/12/02 02:00:07

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

Log message:
o Introduce long variable names, a non-portable extension.
o Make main program target left recursive. Reduces parse stack usage, making
it possible to compile programs > 10000 lines.