guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile eval.c


From: Marius Vollmer
Subject: guile/guile-core/libguile eval.c
Date: Thu, 15 Feb 2001 07:39:32 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/02/15 07:39:32

Modified files:
        guile-core/libguile: eval.c 

Log message:
        Do not use "//" comment syntax.  It's not ANSI.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/eval.c.diff?r1=1.196&r2=1.197

Patches:
Index: guile/guile-core/libguile/eval.c
diff -u guile/guile-core/libguile/eval.c:1.196 
guile/guile-core/libguile/eval.c:1.197
--- guile/guile-core/libguile/eval.c:1.196      Mon Feb 12 17:09:00 2001
+++ guile/guile-core/libguile/eval.c    Thu Feb 15 07:39:32 2001
@@ -3836,9 +3836,9 @@
 
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]