mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +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
|
@ -91,7 +91,7 @@
|
|||
#define REG_BASIC 0
|
||||
#endif
|
||||
|
||||
scm_bits_t scm_tc16_regex;
|
||||
scm_t_bits scm_tc16_regex;
|
||||
|
||||
static size_t
|
||||
regex_free (SCM obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue