summaryrefslogtreecommitdiff
path: root/lang/ghc5
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-18 10:48:49 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-18 10:48:49 +0000
commit5b0f2432f2f222d045c66f5cb1092e422fc27927 (patch)
treefb238cac63faf7b2899fc266266a9edd15dc2cfe /lang/ghc5
parentupgrade to 1.0p8 (diff)
Remove no longer needed patches.
Notes
Notes: svn path=/head/; revision=66581
Diffstat (limited to 'lang/ghc5')
-rw-r--r--lang/ghc5/files/patch-ghc__includes__RtsAPI.h21
-rw-r--r--lang/ghc5/files/patch-ghc__rts__Prelude.h43
2 files changed, 0 insertions, 64 deletions
diff --git a/lang/ghc5/files/patch-ghc__includes__RtsAPI.h b/lang/ghc5/files/patch-ghc__includes__RtsAPI.h
deleted file mode 100644
index f5a9cff55523..000000000000
--- a/lang/ghc5/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/ghc5/files/patch-ghc__rts__Prelude.h b/lang/ghc5/files/patch-ghc__rts__Prelude.h
deleted file mode 100644
index e8945df6cf84..000000000000
--- a/lang/ghc5/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;