1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

(SCM_CONST_LONG): Use SCM_VCELL_INIT instead of

SCM_VARIABLE_INIT since that it what it used to be.
This commit is contained in:
Marius Vollmer 2001-05-22 22:46:14 +00:00
parent 25afac9812
commit a0f3e74752

View file

@ -191,7 +191,7 @@ SCM_SNARF_INIT(c_name = scm_permanent_object (scm_c_define (scheme_name, init_va
#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) \