replace "scm_*_t" with "scm_t_*".
[bpt/guile.git] / libguile / keywords.c
index 36e0ce2..0730979 100644 (file)
@@ -56,7 +56,7 @@
 #include "libguile/keywords.h"
 \f
 
-scm_bits_t scm_tc16_keyword;
+scm_t_bits scm_tc16_keyword;
 
 static int
 keyword_print (SCM exp, SCM port, scm_print_state *pstate SCM_UNUSED)