home *** CD-ROM | disk | FTP | other *** search
- From: decvax!wanginst!apollo!rps (Robert Stanzel)
- To: net.sources.bugs
- Subject: Minor bug in XLISP 1.2
- Date: 4 Feb 85 22:41:49 GMT
-
- 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@MIT-MC
- Apollo Computer UUCP: ...{yale,uw-beaver,decvax!wanginst}!apollo!rps
-
-