gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] error in compile


From: Peter Wood
Subject: [Gcl-devel] error in compile
Date: Wed, 2 Mar 2005 13:55:47 +0100
User-agent: Mutt/1.4.2.1i

Hi

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

...

>(let ((foo 'bar) (bar 'foo)) (defun fubar () (list bar foo)))

FUBAR

>(symbol-function 'fubar)

(LAMBDA-BLOCK-CLOSURE ((BAR FOO) (FOO BAR)) () () FUBAR ()
  (LIST BAR FOO))

>(compile 'fubar)

LAMBDA-BLOCK-CLOSURE fell through ECASE expression.
Wanted one of (LAMBDA LAMBDA-BLOCK).

Fast links are on: do (use-fast-links nil) for debugging
Broken at CASE.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>

Regards,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]