summaryrefslogtreecommitdiff
path: root/libguile/guile-snarf.in
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-06-21 08:43:12 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-06-21 08:43:12 +0000
commit3c6d9d717f0fcf617456cb22a212ea82aeea3a1a (patch)
tree4f7ad7399996a97118f4d8cc1dfc7737ba056e1d /libguile/guile-snarf.in
parent2b6e0d2b77205408b06a1099e573a88080fb0bd5 (diff)
downloadguile-3c6d9d717f0fcf617456cb22a212ea82aeea3a1a.tar.gz
* Renamed SCM__X tokens to better readable ones that also follow the
SCM_SNARF_ prefix convention.
Diffstat (limited to 'libguile/guile-snarf.in')
-rw-r--r--libguile/guile-snarf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/guile-snarf.in b/libguile/guile-snarf.in
index d1347037f..a606b440b 100644
--- a/libguile/guile-snarf.in
+++ b/libguile/guile-snarf.in
@@ -10,7 +10,7 @@ test -n "${CPP+set}" || CPP="@CPP@"
## We must use a temporary file here, instead of a pipe, because we
## need to know if CPP exits with a non-zero status.
${CPP} -DSCM_MAGIC_SNARFER "$@" > ${temp} || exit $?
-< ${temp} grep "^ *SCM__I" | sed -e "s/^ *SCM__I//" -e 's/SCM__D.*$//g'
+< ${temp} grep "^ *SCM_SNARF_INIT_START" | sed -e "s/^ *SCM_SNARF_INIT_START//" -e 's/SCM_SNARF_DOC_START.*$//g'
## Apparently, AIX's preprocessor is unhappy if you try to #include an
## empty file.