Hi

GCL (GNU Common Lisp)  2.7.0 ANSI    Feb 27 2005 11:35:43

Use (help) to get some basic information on how to use GCL.

>(defvar *blargh* (make-hash-tabl :test #'equal))

Error in SETQ [or a callee]: The function MAKE-HASH-TABL is undefined.

Fast links are on: do (use-fast-links nil) for debugging
Broken at SETQ.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>(defvar *blargh* (make-hash-tabl :test #'equal))
Universal error handler called recursively (:UNDEFINED-FUNCTION
                                                  NIL SETQ ""
                                                  "The function ~S is 
undefined.")
Error in SETQ [or a callee]: Caught fatal error [memory may be damaged]

Fast links are on: do (use-fast-links nil) for debugging
Segmentation fault (core dumped)

Regards,
Peter


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to