mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 23:02:31 -08:00
Output a comment with the name of the function/macro besides ecl_cmp_def{un,macro}
This commit is contained in:
parent
010509f01a
commit
216408a298
1 changed files with 1 additions and 0 deletions
|
|
@ -817,6 +817,7 @@
|
|||
(new-local fun)
|
||||
(wt-nl (if macro "ecl_cmp_defmacro(" "ecl_cmp_defun(")
|
||||
loc ");")
|
||||
(wt-comment (loc-immediate-value fname))
|
||||
(close-inline-blocks)))
|
||||
|
||||
(defun output-cfuns (stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue