(SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove
authorMarius Vollmer <mvo@zagadka.de>
Thu, 14 Mar 2002 22:23:43 +0000 (22:23 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 14 Mar 2002 22:23:43 +0000 (22:23 +0000)
trailing non-init code.

libguile/snarf.h

index 4e94484..ac12f2b 100644 (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