rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
* another bug
@ 1991-08-26 19:14 Byron Rakitzis
  0 siblings, 0 replies; only message in thread
From: Byron Rakitzis @ 1991-08-26 19:14 UTC (permalink / raw)
  To: rc

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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1991-08-26 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1991-08-26 19:14 another bug Byron Rakitzis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).