From 07cdebce9747ee86bc898afed0ad5b65968782df Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 8 Oct 2004 12:04:48 +0000 Subject: [PATCH] [project @ 2004-10-08 12:04:48 by ross] revert previous change, so now these includes don't define PACKAGE_* --- include/HsBase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/HsBase.h b/include/HsBase.h index 75f9045..c27140e 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -11,15 +11,15 @@ #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 -- 1.7.10.4