summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/regex-posix.h')
-rw-r--r--libguile/regex-posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/regex-posix.h b/libguile/regex-posix.h
index 07ff7a147..718e651c4 100644
--- a/libguile/regex-posix.h
+++ b/libguile/regex-posix.h
@@ -50,7 +50,7 @@
#include "libguile/__scm.h"
-extern scm_bits_t scm_tc16_regex;
+extern scm_t_bits scm_tc16_regex;
#define SCM_RGX(X) ((regex_t *) SCM_CELL_WORD_1 (X))
#define SCM_RGXP(X) (SCM_NIMP (X) && (SCM_CELL_TYPE (X) == scm_tc16_regex))