home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / xlisp1.6 / patch1 < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.1 KB  |  40 lines

  1. /* Written  1:10 pm  Aug 19, 1986 by mark@imagen.UUCP in mirror:net.sources.bu */
  2. /* ---------- "Typo in xlisp 1.6 from mod.sources" ---------- */
  3.  
  4. There is a slight typo in the recent mod.sources posting of xlisp 1.6.
  5. In the file xlsubr.c, there is a call to xlfsil() that really should
  6. be xlfail().
  7.  
  8. I'm glad to see version 1.6 finally posted, my 1.4 was getting a little old!
  9.  
  10. *** xlsubr.old.c    Tue Aug 19 09:57:41 1986
  11. --- xlsubr.c    Tue Aug 19 09:58:40 1986
  12. ***************
  13. *** 132,138
  14.       else if (arg == k_tnot)
  15.       *ptresult = FALSE;
  16.       else
  17. !     xlfsil("expecting :test or :test-not");
  18.   
  19.       /* move the argument pointer ahead */
  20.       *pargs = cdr(*pargs);
  21.  
  22. --- 132,138 -----
  23.       else if (arg == k_tnot)
  24.       *ptresult = FALSE;
  25.       else
  26. !     xlfail("expecting :test or :test-not");
  27.   
  28.       /* move the argument pointer ahead */
  29.       *pargs = cdr(*pargs);
  30. -- 
  31. ----
  32.  
  33. Name:    Mark Peek
  34. Mail:    Imagen Corp. 2650 San Tomas Expressway, P.O. Box 58101
  35.         Santa Clara, CA 95052-8101
  36. AT&T:    (408) 986-9400
  37. UUCP:    ...{decvax,ucbvax}!decwrl!imagen!mark
  38. ARPA:    mark@ford-scf1.arpa
  39. /* End of text from mirror:net.sources.bu */
  40.