From 62d3dd973125ecb381ec4bb117cead479391f25f Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 2 Dec 2012 00:50:38 +0100 Subject: [PATCH] Do not write C comments when the name of the invoked function is evident from the C code --- src/cmp/cmpcall.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmp/cmpcall.lsp b/src/cmp/cmpcall.lsp index bfa7a56f0..d849d0bd8 100644 --- a/src/cmp/cmpcall.lsp +++ b/src/cmp/cmpcall.lsp @@ -281,4 +281,4 @@ (or fun-lisp-name 'ANONYMOUS))) (when (fun-needs-narg fun) (push narg args)) - (wt-call fun-c-name args fun-lisp-name env))) + (wt-call fun-c-name args nil env)))