summaryrefslogtreecommitdiff
path: root/ghc/interpreter/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/interpreter/connect.h')
-rw-r--r--ghc/interpreter/connect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ghc/interpreter/connect.h b/ghc/interpreter/connect.h
index 3dacc5cadf..3c9d85868c 100644
--- a/ghc/interpreter/connect.h
+++ b/ghc/interpreter/connect.h
@@ -9,8 +9,8 @@
* included in the distribution.
*
* $RCSfile: connect.h,v $
- * $Revision: 1.33 $
- * $Date: 2000/03/24 14:32:03 $
+ * $Revision: 1.34 $
+ * $Date: 2000/04/04 01:07:49 $
* ------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
@@ -18,6 +18,7 @@
* Texts, Names, Instances, Classes, Types, Kinds and Modules
* ------------------------------------------------------------------------*/
+extern Text textPrimPrel;
extern Text textPrelude;
extern Text textNum; /* used to process default decls */
extern Text textCcall; /* used to process foreign import */
@@ -220,10 +221,9 @@ extern Type typeST;
extern Type typeIO;
extern Type typeException;
-
+extern Module modulePrimPrel;
extern Module modulePrelude;
-
extern Kind starToStar; /* Type -> Type */