summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorpanne <unknown>2002-09-07 12:07:53 +0000
committerpanne <unknown>2002-09-07 12:07:53 +0000
commitdbffcd49976bdd132a9849da47c2fb500a723bf5 (patch)
treea53f8d30d2ed322b3403e6eb170a9b7be574ab59 /acconfig.h
parent0716aa8f05cb10804bb3f1ae8f53a838ce24841b (diff)
downloadhaskell-dbffcd49976bdd132a9849da47c2fb500a723bf5.tar.gz
[project @ 2002-09-07 12:07:53 by panne]
Tentative fix for the recent blkcnt_t trouble
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index eee8148d98..8896c0d205 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -126,6 +126,9 @@
/* Define to Haskell type for cc_t */
#undef HTYPE_CC_T
+/* Define to Haskell type for blkcnt_t */
+#undef HTYPE_BLKCNT_T
+
/* Define to Haskell type for char */
#undef HTYPE_CHAR