axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] PATCH : parenthesis problem in src/interp/nocompil.lis


From: Vanuxem Gregory
Subject: [Axiom-developer] PATCH : parenthesis problem in src/interp/nocompil.lisp.pamphlet
Date: Sat, 25 Nov 2006 02:03:12 +0100

--- src/interp/nocompil.lisp.pamphlet.old
+++ src/interp/nocompil.lisp.pamphlet
@@ -85,9 +85,10 @@
 (defun verbos (arg))
 ;  (format t "verbos called with ~A~%" arg))
 
-(defun enable-backtrace (&rest arg))
+(defun enable-backtrace (&rest arg)
 #+:ccl
-  (format t "protected-symbol-warn called with ~A~%" arg))
+  (format t "protected-symbol-warn called with ~A~%" arg)
+ )
 
 ;; NOTE: JoinInner is defined in CATEGORY BOOT
 ;; following code needs to run interpreted to overcome arglist length
limits





reply via email to

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