aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar dons <unknown>2004-10-08 08:42:53 +0000
committerGravatar dons <unknown>2004-10-08 08:42:53 +0000
commit9bf1bdddae6fc8e79f1f75fa4599fb4140654e30 (patch)
treeb4d4bf23d44df02454211cb8a3c63c3032b85338 /include
parenta10f1da33dcec85a56e2fb882d638fd9b2739d45 (diff)
[project @ 2004-10-08 08:42:53 by dons]
Tweak the PACKAGE_* #undefs in a couple of other places, too.
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 56e8eca..4dd7649 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -11,8 +11,6 @@
#include "ghcconfig.h"
-#include "HsUnixConfig.h"
-
/* ultra-evil... */
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
@@ -20,6 +18,8 @@
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
+#include "HsUnixConfig.h"
+
#include <stdlib.h>
#include <stdio.h>