From b695d036932a8ade112502cb9c9f8f95cdb6dfe1 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Tue, 29 Dec 2009 00:22:11 +0100 Subject: [PATCH] Add optional debug statement --- src/new-cmp/sysfun.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/new-cmp/sysfun.lsp b/src/new-cmp/sysfun.lsp index 7c4d19e57..d6a11f784 100644 --- a/src/new-cmp/sysfun.lsp +++ b/src/new-cmp/sysfun.lsp @@ -2194,3 +2194,4 @@ ;; method.lsp clos::pop-next-method ))) +;(trace c::c1expr c::c1call-global c::c1if c::cmp-macroexpand c::cmp-expand-macro)