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:
parent
25afac9812
commit
a0f3e74752
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue