From 6099260c65ee346469ebf68350eeae2dde158ab6 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 20 Mar 2000 14:31:28 +0000 Subject: [PATCH] * options.h (scm_option): Changed C++ commentary to C. --- libguile/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/options.h b/libguile/options.h index 57b552d38..a40a6a575 100644 --- a/libguile/options.h +++ b/libguile/options.h @@ -60,7 +60,7 @@ typedef struct scm_option schizophrenic use: both SCM and int */ unsigned long val; - // SCM val + /* SCM val */ char *doc; } scm_option;