diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-18 10:48:49 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-18 10:48:49 +0000 |
commit | 5b0f2432f2f222d045c66f5cb1092e422fc27927 (patch) | |
tree | fb238cac63faf7b2899fc266266a9edd15dc2cfe /lang/ghc | |
parent | 173c529048aa4f5a0c484b21fde1f4735f4280fc (diff) | |
download | ports-5b0f2432f2f222d045c66f5cb1092e422fc27927.tar.gz ports-5b0f2432f2f222d045c66f5cb1092e422fc27927.zip |
Notes
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/files/patch-ghc__includes__RtsAPI.h | 21 | ||||
-rw-r--r-- | lang/ghc/files/patch-ghc__rts__Prelude.h | 43 |
2 files changed, 0 insertions, 64 deletions
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; |