mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Do not write C comments when the name of the invoked function is evident from the C code
This commit is contained in:
parent
e6a888f290
commit
62d3dd9731
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue