Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!nic.MR.NET!thor!agnes!mackenzi From: mackenzi@agnes.uucp (David MacKenzie) Newsgroups: gnu.utils.bug Subject: GAWK problem Message-ID: <1211@thor.stolaf.edu> Date: 19 Feb 89 04:25:34 GMT Sender: news@thor.stolaf.edu Reply-To: edf@rocky2.rockefeller.edu Distribution: gnu Organization: Environmental Defense Fund Lines: 8 In GAWK 2.02beta compiled on a 68000 USG machine using Doug Gwynn's alloca() replacement (because alloca hasn't been and perhaps can't be implemented on my Green Hills C compiler) and a yacc-generated parser, the following program: { $1=""; $NF=""; print} prints out several lines of garbage followed by all of the fields except the first; the last field ($NF) is not removed.