From owner-cvs-usrbin Sun Jan 7 14:30:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22506 for cvs-usrbin-outgoing; Sun, 7 Jan 1996 14:30:23 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22492 Sun, 7 Jan 1996 14:30:18 -0800 (PST) Date: Sun, 7 Jan 1996 14:30:18 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072230.OAA22492@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc output.c skeleton.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:30:16 Modified: usr.bin/yacc output.c skeleton.c Log: Make all the tables "const" so that they don't clutter our data-segment. Revision Changes Path 1.3 +10 -10 src/usr.bin/yacc/output.c 1.2 +9 -9 src/usr.bin/yacc/skeleton.c