From f4e00a39c236bf7481c72bcc6d215900040c7cdf Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 2 Jul 1993 23:56:52 +0000 Subject: Updated to mawk 1.1.4 --- gnu/usr.bin/awk/parse2.xc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gnu/usr.bin/awk/parse2.xc') diff --git a/gnu/usr.bin/awk/parse2.xc b/gnu/usr.bin/awk/parse2.xc index f98658d89ab..95bc446b4bc 100644 --- a/gnu/usr.bin/awk/parse2.xc +++ b/gnu/usr.bin/awk/parse2.xc @@ -10,14 +10,6 @@ Mawk is distributed without warranty under the terms of the GNU General Public License, version 2, 1991. ********************************************/ -/* $Log: parse2.xc,v $ -/* Revision 1.1.1.1 1993/03/21 09:45:37 cgd -/* initial import of 386bsd-0.1 sources -/* -Revision 5.1 91/12/05 07:52:38 brennan -1.1 pre-release - -*/ /* If using Berkeley yacc, we can put the parser table memory to the zmalloc pool. This is kind of ugly and -- cgit