[project @ 2000-05-27 14:28:06 by panne]
[ghc-hetmet.git] / ghc / includes / Stg.h
index 7451b3c..6e5c1b1 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stg.h,v 1.28 2000/04/14 14:15:07 simonmar Exp $
+ * $Id: Stg.h,v 1.32 2000/05/27 14:28:06 panne Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -30,8 +30,8 @@
 #endif
 
 #if IN_STG_CODE == 0
-# ifndef NO_MACHREGS
-#  define NO_MACHREGS                  /* don't define fixed registers */
+# ifndef NO_REGS
+#  define NO_REGS                      /* don't define fixed registers */
 # endif
 #endif
 
@@ -185,6 +185,8 @@ DLL_IMPORT_RTS extern int    prog_argc;
 
 extern char **environ;
 
+extern void stackOverflow(void);
+
 /* Creating and destroying an adjustor thunk.
    I cannot make myself create a separate .h file
    for these two (sof.)