guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile snarf.h


From: Marius Vollmer
Subject: guile/guile-core/libguile snarf.h
Date: Tue, 22 May 2001 15:46:14 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/22 15:46:14

Modified files:
        guile-core/libguile: snarf.h 

Log message:
        (SCM_CONST_LONG): Use SCM_VCELL_INIT instead of
        SCM_VARIABLE_INIT since that it what it used to be.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/snarf.h.diff?cvsroot=OldCVS&tr1=1.46&tr2=1.47&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/snarf.h
diff -u guile/guile-core/libguile/snarf.h:1.46 
guile/guile-core/libguile/snarf.h:1.47
--- guile/guile-core/libguile/snarf.h:1.46      Sat May 19 17:35:42 2001
+++ guile/guile-core/libguile/snarf.h   Tue May 22 15:46:14 2001
@@ -191,7 +191,7 @@
 #if (SCM_DEBUG_DEPRECATED == 0)
 
 #define SCM_CONST_LONG(c_name, scheme_name,value) \
-SCM_VARIABLE_INIT(c_name, scheme_name, scm_long2num(value))
+SCM_VCELL_INIT(c_name, scheme_name, scm_long2num(value))
 
 #define SCM_VCELL(c_name, scheme_name) \
 SCM_SNARF_HERE(static SCM c_name) \



reply via email to

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