Smob-related creanup.
[bpt/guile.git] / libguile / filesys.h
index b6e8de2..67bbc74 100644 (file)
@@ -52,7 +52,7 @@
 
 \f
 
-extern long scm_tc16_dir;
+extern scm_bits_t scm_tc16_dir;
 #define SCM_DIRP(x) (!SCM_IMP (x) && (SCM_TYP16 (x) == scm_tc16_dir))
 #define SCM_OPDIRP(x) (!SCM_IMP (x) && (SCM_CELL_WORD_0 (x) == (scm_tc16_dir | SCM_OPN)))