mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 16:20:17 +02:00
replace "scm_*_t" with "scm_t_*".
This commit is contained in:
parent
51fa276692
commit
92c2555f69
91 changed files with 718 additions and 718 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
int scm_module_system_booted_p = 0;
|
||||
|
||||
scm_bits_t scm_module_tag;
|
||||
scm_t_bits scm_module_tag;
|
||||
|
||||
static SCM the_module;
|
||||
|
||||
|
@ -313,7 +313,7 @@ module_variable (SCM module, SCM sym)
|
|||
}
|
||||
}
|
||||
|
||||
scm_bits_t scm_tc16_eval_closure;
|
||||
scm_t_bits scm_tc16_eval_closure;
|
||||
|
||||
#define SCM_F_EVAL_CLOSURE_INTERFACE (1<<16)
|
||||
#define SCM_EVAL_CLOSURE_INTERFACE_P(e) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue