gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Problem in WITH-PACKAGE-ITERATOR


From: Paul F. Dietz
Subject: [Gcl-devel] Problem in WITH-PACKAGE-ITERATOR
Date: Sat, 18 Jan 2003 17:54:07 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126

>(compile nil '(lambda () (with-package-iterator (x "CL" (:external)) (x))))

Compiling gazonk0.lsp.
; (DEFUN COMPILER::CMP-ANON ...) is being compiled.
;; Warning: Type declaration was found for not bound variable #:G2648.
;; Warning: Type declaration was found for not bound variable #:G2647.
;; The variable #:G2646 is undefined.
;; The compiler will assume this variable is a global.
;; The variable #:G2649 is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.
End of Pass 2.
OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3
Finished compiling gazonk0.lsp.
Loading gazonk0.o
start address -T 0x8d85fe0 Finished loading gazonk0.o
#<compiled-function COMPILER::CMP-ANON>

>


Those variables should not be global.

        Paul





reply via email to

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