mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +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
|
@ -54,7 +54,7 @@
|
|||
#include "libguile/validate.h"
|
||||
#include "libguile/variable.h"
|
||||
|
||||
scm_bits_t scm_tc16_variable;
|
||||
scm_t_bits scm_tc16_variable;
|
||||
|
||||
static int
|
||||
variable_print (SCM exp, SCM port, scm_print_state *pstate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue