Output a comment with the name of the function/macro besides ecl_cmp_def{un,macro}

This commit is contained in:
Juan Jose Garcia Ripoll 2011-12-11 21:41:20 +01:00
parent 010509f01a
commit 216408a298

View file

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