From c4e8c78f234da91f59e7861d6b93beff0cd0d1a1 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 20 Mar 2002 21:21:51 +0000 Subject: [PATCH] Comment fixes. --- libguile/guile-snarf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/guile-snarf.in b/libguile/guile-snarf.in index 333c40edc..942591465 100644 --- a/libguile/guile-snarf.in +++ b/libguile/guile-snarf.in @@ -33,6 +33,9 @@ # If there are errors during processing, delete OUTFILE and exit with # non-zero status. # +# During snarfing, the pre-processor macro @code{SCM_MAGIC_SNARFER} is +# defined. +# # If env var CPP is set, use its value instead of the C pre-processor # determined at Guile configure-time: "@CPP@".