[project @ 2000-06-30 09:46:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / errors.h
index e77f5c1..63f9325 100644 (file)
@@ -9,8 +9,8 @@
  * included in the distribution.
  *
  * $RCSfile: errors.h,v $
- * $Revision: 1.8 $
- * $Date: 2000/03/22 18:14:22 $
+ * $Revision: 1.9 $
+ * $Date: 2000/03/24 14:32:03 $
  * ------------------------------------------------------------------------*/
 
 extern Void internal     ( String) HUGS_noreturn;
@@ -39,10 +39,6 @@ extern Void errFail_no_longjmp ( Void );
 extern Void errAbort           ( Void );
 extern Cell errAssert    ( Int );
 
-extern sigProto(breakHandler);
-
-extern Bool breakOn      ( Bool );                 /* in machdep.c         */
-
 extern Void printExp     ( FILE *,Cell );          /* in output.c          */
 extern Void printType    ( FILE *,Cell );
 extern Void printContext ( FILE *,List );