From 5b0f2432f2f222d045c66f5cb1092e422fc27927 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Wed, 18 Sep 2002 10:48:49 +0000 Subject: Remove no longer needed patches. --- lang/ghc/files/patch-ghc__includes__RtsAPI.h | 21 -------------- lang/ghc/files/patch-ghc__rts__Prelude.h | 43 ---------------------------- 2 files changed, 64 deletions(-) delete mode 100644 lang/ghc/files/patch-ghc__includes__RtsAPI.h delete mode 100644 lang/ghc/files/patch-ghc__rts__Prelude.h (limited to 'lang/ghc/files') diff --git a/lang/ghc/files/patch-ghc__includes__RtsAPI.h b/lang/ghc/files/patch-ghc__includes__RtsAPI.h deleted file mode 100644 index f5a9cff55523..000000000000 --- a/lang/ghc/files/patch-ghc__includes__RtsAPI.h +++ /dev/null @@ -1,21 +0,0 @@ -*** ghc/includes/RtsAPI.h~ Thu Jun 27 16:38:58 2002 ---- ghc/includes/RtsAPI.h Fri Jul 19 11:19:38 2002 -*************** -*** 122,129 **** - These are used by foreign export and foreign import "wrapper" stubs. - ----------------------------------------------------------------------- */ - -! extern DLL_IMPORT const StgClosure GHCziTopHandler_runIO_closure; -! extern DLL_IMPORT const StgClosure GHCziTopHandler_runNonIO_closure; - #define runIO_closure (&GHCziTopHandler_runIO_closure) - #define runNonIO_closure (&GHCziTopHandler_runNonIO_closure) - ---- 122,129 ---- - These are used by foreign export and foreign import "wrapper" stubs. - ----------------------------------------------------------------------- */ - -! extern StgClosure GHCziTopHandler_runIO_closure; -! extern StgClosure GHCziTopHandler_runNonIO_closure; - #define runIO_closure (&GHCziTopHandler_runIO_closure) - #define runNonIO_closure (&GHCziTopHandler_runNonIO_closure) - diff --git a/lang/ghc/files/patch-ghc__rts__Prelude.h b/lang/ghc/files/patch-ghc__rts__Prelude.h deleted file mode 100644 index e8945df6cf84..000000000000 --- a/lang/ghc/files/patch-ghc__rts__Prelude.h +++ /dev/null @@ -1,43 +0,0 @@ -*** ghc/rts/Prelude.h~ Thu Jun 27 16:38:58 2002 ---- ghc/rts/Prelude.h Fri Jul 19 11:20:52 2002 -*************** -*** 14,32 **** - * modules these names are defined in. - */ - -! extern DLL_IMPORT const StgClosure GHCziBase_True_closure; -! extern DLL_IMPORT const StgClosure GHCziBase_False_closure; -! extern DLL_IMPORT const StgClosure GHCziPack_unpackCString_closure; -! extern DLL_IMPORT const StgClosure GHCziWeak_runFinalizzerBatch_closure; -! extern const StgClosure Main_zdmain_closure; -! extern DLL_IMPORT const StgClosure GHCziTopHandler_runIO_closure; -! extern DLL_IMPORT const StgClosure GHCziTopHandler_runNonIO_closure; - -! extern DLL_IMPORT const StgClosure GHCziIOBase_stackOverflow_closure; -! extern DLL_IMPORT const StgClosure GHCziIOBase_heapOverflow_closure; -! extern DLL_IMPORT const StgClosure GHCziIOBase_BlockedOnDeadMVar_closure; -! extern DLL_IMPORT const StgClosure GHCziIOBase_NonTermination_closure; -! extern DLL_IMPORT const StgClosure GHCziIOBase_Deadlock_closure; - - extern DLL_IMPORT const StgInfoTable GHCziBase_Czh_static_info; - extern DLL_IMPORT const StgInfoTable GHCziBase_Izh_static_info; ---- 14,32 ---- - * modules these names are defined in. - */ - -! extern DLL_IMPORT StgClosure GHCziBase_True_closure; -! extern DLL_IMPORT StgClosure GHCziBase_False_closure; -! extern DLL_IMPORT StgClosure GHCziPack_unpackCString_closure; -! extern DLL_IMPORT StgClosure GHCziWeak_runFinalizzerBatch_closure; -! extern StgClosure Main_zdmain_closure; -! extern DLL_IMPORT StgClosure GHCziTopHandler_runIO_closure; -! extern DLL_IMPORT StgClosure GHCziTopHandler_runNonIO_closure; - -! extern DLL_IMPORT StgClosure GHCziIOBase_stackOverflow_closure; -! extern DLL_IMPORT StgClosure GHCziIOBase_heapOverflow_closure; -! extern DLL_IMPORT StgClosure GHCziIOBase_BlockedOnDeadMVar_closure; -! extern DLL_IMPORT StgClosure GHCziIOBase_NonTermination_closure; -! extern DLL_IMPORT StgClosure GHCziIOBase_Deadlock_closure; - - extern DLL_IMPORT const StgInfoTable GHCziBase_Czh_static_info; - extern DLL_IMPORT const StgInfoTable GHCziBase_Izh_static_info; -- cgit v1.2.3