gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Compiling Reduce Bug


From: Mike Thomas
Subject: [Gcl-devel] Compiling Reduce Bug
Date: Wed, 11 Jan 2006 10:46:08 +1000

Hi Camm.

The following causes an error in HEAD.

Likewise if one places the definition of reduce-test in a file and calls
compile-file on it.

Cheers

Mike Thomas.



>(defun reduce-test (v) (reduce #'+ v))

REDUCE-TEST

>(compile 'reduce-test)

;; Compiling c:/DOCUME~1/miketh/LOCALS~1/Temp/gazonk_3592_0.lsp.
Error in CONDITIONS::CLCS-COMPILE-FILE [or a callee]:
CONDITIONS::CLCS-COMPILE-FILE [or a callee] requires more than one
argument.

Fast links are on: do (si::use-fast-links nil) for debugging
Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER.  Type :H for Help.
 1 (Continue) Retry compiling file
#P"c:/DOCUME~1/miketh/LOCALS~1/Temp/gazonk_35
92_0.lsp".
 2 Retry compiling REDUCE-TEST.
 3 Return to top level.
dbl:>>3

Top level.
>




reply via email to

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