summaryrefslogtreecommitdiff
path: root/ghc/includes/Rts.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/includes/Rts.h')
-rw-r--r--ghc/includes/Rts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h
index 1dc23dd374..dd233886e0 100644
--- a/ghc/includes/Rts.h
+++ b/ghc/includes/Rts.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: Rts.h,v 1.7 1999/08/25 16:11:44 simonmar Exp $
+ * $Id: Rts.h,v 1.8 1999/11/02 15:05:52 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -10,8 +10,8 @@
#ifndef RTS_H
#define RTS_H
-#ifndef NO_REGS
-#define NO_REGS /* don't define fixed registers */
+#ifndef IN_STG_CODE
+#define NOT_IN_STG_CODE
#endif
#include "Stg.h"