[project @ 2004-10-08 12:04:48 by ross]
authorross <unknown>
Fri, 8 Oct 2004 12:04:48 +0000 (12:04 +0000)
committerross <unknown>
Fri, 8 Oct 2004 12:04:48 +0000 (12:04 +0000)
revert previous change, so now these includes don't define PACKAGE_*

include/HsBase.h

index 75f9045..c27140e 100644 (file)
 
 #include "ghcconfig.h"
 
-/* ultra-evil... must come before HsBaseConfig.h */
+#include "HsBaseConfig.h"
+
+/* ultra-evil... */
 #undef PACKAGE_BUGREPORT
 #undef PACKAGE_NAME
 #undef PACKAGE_STRING
 #undef PACKAGE_TARNAME
 #undef PACKAGE_VERSION
 
-#include "HsBaseConfig.h"
-
 #include "HsFFI.h"
 
 #include <stdio.h>