Do not use "//" comment syntax. It's not ANSI.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 15 Feb 2001 15:39:32 +0000 (15:39 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 15 Feb 2001 15:39:32 +0000 (15:39 +0000)
libguile/eval.c

index 3b0e884..a69fada 100644 (file)
@@ -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)