summaryrefslogtreecommitdiff
path: root/libguile/filesys.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/filesys.h')
-rw-r--r--libguile/filesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/filesys.h b/libguile/filesys.h
index d5bb7fbe6..d4d8c9119 100644
--- a/libguile/filesys.h
+++ b/libguile/filesys.h
@@ -54,7 +54,7 @@
extern long scm_tc16_dir;
#define SCM_DIRP(x) (SCM_NIMP(x) && (SCM_TYP16(x)==(scm_tc16_dir)))
-#define SCM_OPDIRP(x) (SCM_NIMP(x) && (SCM_CAR(x)==(scm_tc16_dir | SCM_OPN)))
+#define SCM_OPDIRP(x) (SCM_NIMP(x) && (SCM_CARW(x)==(scm_tc16_dir | SCM_OPN)))
extern SCM scm_chown (SCM object, SCM owner, SCM group);