Minor bug in XLISP 1.2

Robert Stanzel rps at apollo.uucp
Tue Feb 5 08:41:49 AEST 1985


The evaluation of (gensym ()) will crash XLISP.  Fix diff follows:

XLBFUN.C
210c210
< 	x = xlarg(&args);
---
> 	if (NULL != (x = xlarg(&args))) 
-- 

"Satellites are out tonight"

Rob Stanzel             ARPA:  Rps%MIT-OZ at MIT-MC
Apollo Computer         UUCP:  ...{yale,uw-beaver,decvax!wanginst}!apollo!rps



More information about the Comp.sources.bugs mailing list