From 3b3cc7811592f7945b8f95101d83302c58826b0f Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 14 Mar 2002 22:23:56 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4589238d6..c6a048a2d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2002-03-14 Marius Vollmer + + * snarf.h (SCM_SNARF_INIT): Add "^:^" after code so that + guile-snarf can remove trailing non-init code. + + * guile-snarf.in (modern_snarf): Remove everything following and + including "^:^" from the output. + 2002-03-14 Dirk Herrmann * eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'.