diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-06-14 19:50:43 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-06-14 19:50:43 +0000 |
commit | 92c2555f6972b5fbc2236fe486e9432040b43812 (patch) | |
tree | e439c8a06c62d74e4ef377a3fbe94783f2943a90 /libguile/guardians.c | |
parent | 51fa276692198eb140365f60e516fbc8ff547f10 (diff) | |
download | guile-92c2555f6972b5fbc2236fe486e9432040b43812.tar.gz |
replace "scm_*_t" with "scm_t_*".
Diffstat (limited to 'libguile/guardians.c')
-rw-r--r-- | libguile/guardians.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/guardians.c b/libguile/guardians.c index b62d8088d..d579948ae 100644 --- a/libguile/guardians.c +++ b/libguile/guardians.c @@ -102,7 +102,7 @@ do { \ } while (0) -static scm_bits_t tc16_guardian; +static scm_t_bits tc16_guardian; typedef struct guardian_t { |