Do not write C comments when the name of the invoked function is evident from the C code

This commit is contained in:
Juan Jose Garcia Ripoll 2012-12-02 00:50:38 +01:00
parent e6a888f290
commit 62d3dd9731

View file

@ -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)))