diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-18 18:48:49 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-18 18:48:49 +0800 |
commit | d49fc98eaede08c7e3b6db59718fc28ca9e2d751 (patch) | |
tree | f8c0be15deaa3005525384d50c412070d2ddf64d /lang/ghc5/files | |
parent | 8749571fc882925f057e1fd2c3002d7a11643f9a (diff) | |
download | freebsd-ports-gnome-d49fc98eaede08c7e3b6db59718fc28ca9e2d751.tar.gz freebsd-ports-gnome-d49fc98eaede08c7e3b6db59718fc28ca9e2d751.tar.zst freebsd-ports-gnome-d49fc98eaede08c7e3b6db59718fc28ca9e2d751.zip |
Remove no longer needed patches.
Diffstat (limited to 'lang/ghc5/files')
-rw-r--r-- | lang/ghc5/files/patch-ghc__includes__RtsAPI.h | 21 | ||||
-rw-r--r-- | lang/ghc5/files/patch-ghc__rts__Prelude.h | 43 |
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; |