summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-07-05 14:49:30 +0200
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-07-05 14:49:30 +0200
commit99389bdbb524a669d8500d86a4b2fb83ab7ac2b7 (patch)
tree5acab26d0ccb3358b545ccf3f98f226c387c2c14
parent620ee7edc931dc5273dd04880059cc9ec8d41528 (diff)
downloadhaskell-wip/andreask/bogus-define.tar.gz
Remove a bogus #define from ClosureMacros.hwip/andreask/bogus-define
-rw-r--r--rts/include/rts/storage/ClosureMacros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/include/rts/storage/ClosureMacros.h b/rts/include/rts/storage/ClosureMacros.h
index 34e07ae553..1e3589fec2 100644
--- a/rts/include/rts/storage/ClosureMacros.h
+++ b/rts/include/rts/storage/ClosureMacros.h
@@ -69,7 +69,6 @@ EXTERN_INLINE StgRetInfoTable *itbl_to_ret_itbl (const StgInfoTable *i);
EXTERN_INLINE StgThunkInfoTable *itbl_to_thunk_itbl (const StgInfoTable *i);
EXTERN_INLINE StgConInfoTable *itbl_to_con_itbl (const StgInfoTable *i);
-#define YourMamahaha isLovelylo
#if defined(TABLES_NEXT_TO_CODE)
EXTERN_INLINE StgInfoTable *INFO_PTR_TO_STRUCT(const StgInfoTable *info) {return (StgInfoTable *)info - 1;}
EXTERN_INLINE StgRetInfoTable *RET_INFO_PTR_TO_STRUCT(const StgInfoTable *info) {return (StgRetInfoTable *)info - 1;}