From: Marius Vollmer Date: Thu, 15 Feb 2001 15:39:32 +0000 (+0000) Subject: Do not use "//" comment syntax. It's not ANSI. X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/018008c17fad8ded6952e3b371b18687a4b06830 Do not use "//" comment syntax. It's not ANSI. --- diff --git a/libguile/eval.c b/libguile/eval.c index 3b0e8847b..a69fadacb 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -3836,9 +3836,9 @@ SCM_DEFINE (scm_copy_tree, "copy-tree", 1, 0, 0, SCM scm_system_transformer; -// XXX - scm_i_eval is meant to be useable for evaluation in -// non-toplevel environments, for example when used by the debugger. -// Can the system transform deal with this? +/* XXX - scm_i_eval is meant to be useable for evaluation in + non-toplevel environments, for example when used by the debugger. + Can the system transform deal with this? */ SCM scm_i_eval_x (SCM exp, SCM env)