diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-15 20:51:56 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-15 20:51:56 +0000 |
commit | 25d1eafeb41f046630f978da3655ae578c9c83b1 (patch) | |
tree | 6cb8dc7b9d0b1dfddbdec07b0f3e652b41947aa8 /libraries/base/include | |
parent | ab1d58b71736b629d28e3ce48310414880dabca3 (diff) | |
download | haskell-25d1eafeb41f046630f978da3655ae578c9c83b1.tar.gz |
Remove nhc98-specific files and content
Diffstat (limited to 'libraries/base/include')
-rw-r--r-- | libraries/base/include/HsBase.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/include/HsBase.h b/libraries/base/include/HsBase.h index b1a62fd131..b70a7295da 100644 --- a/libraries/base/include/HsBase.h +++ b/libraries/base/include/HsBase.h @@ -9,11 +9,7 @@ #ifndef __HSBASE_H__ #define __HSBASE_H__ -#ifdef __NHC__ -# include "Nhc98BaseConfig.h" -#else #include "HsBaseConfig.h" -#endif /* ultra-evil... */ #undef PACKAGE_BUGREPORT |