1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

(SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove

trailing non-init code.
This commit is contained in:
Marius Vollmer 2002-03-14 22:23:43 +00:00
parent d3bd0027d4
commit 09e804ff6f

View file

@ -75,7 +75,7 @@
#ifdef SCM_MAGIC_SNARF_INITS
# define SCM_SNARF_HERE(X)
# define SCM_SNARF_INIT(X) ^^ X
# define SCM_SNARF_INIT(X) ^^ X ^:^
# define SCM_SNARF_DOCS(TYPE, CNAME, FNAME, ARGLIST, REQ, OPT, VAR, DOCSTRING)
#else
# ifdef SCM_MAGIC_SNARF_DOCS