From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by archone.tamu.edu id <22537>; Mon, 26 Aug 1991 14:14:05 -0500 From: Byron Rakitzis To: rc Subject: another bug Message-Id: <91Aug26.141405cdt.22537@archone.tamu.edu> Date: Mon, 26 Aug 1991 14:14:00 -0500 Sigh, it's always once you think you're done that some bugs show up. This one bites me on the NeXT, but it's not a NeXT-specific bug by any means. *** glom.c.orig Mon Aug 26 14:09:42 1991 --- glom.c Mon Aug 26 14:06:25 1991 *************** *** 468,470 **** } ! return append(append(glom(words), last), glom(n->u[1].p)); case BACKQ: --- 468,471 ---- } ! v = append(glom(words), last); /* force left to right evaluation */ ! return append(v, glom(n->u[1].p)); case BACKQ: