[commit: ghc] master: Tabs -> Spaces (8ebd0c2)
David Terei
davidterei at gmail.com
Fri Mar 23 20:33:31 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8ebd0c2f33b60b0be75df26f2b80379de448b3a5
>---------------------------------------------------------------
commit 8ebd0c2f33b60b0be75df26f2b80379de448b3a5
Author: David Terei <davidterei at gmail.com>
Date: Fri Mar 23 10:13:51 2012 -0700
Tabs -> Spaces
>---------------------------------------------------------------
includes/rts/Constants.h | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index e6e4a51..cd741be 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -60,11 +60,11 @@
* NB. This corresponds with the number of actual INTLIKE/CHARLIKE
* closures defined in rts/StgMiscClosures.cmm.
*/
-#define MAX_INTLIKE 16
-#define MIN_INTLIKE (-16)
+#define MAX_INTLIKE 16
+#define MIN_INTLIKE (-16)
-#define MAX_CHARLIKE 255
-#define MIN_CHARLIKE 0
+#define MAX_CHARLIKE 255
+#define MIN_CHARLIKE 0
/* Each byte in the card table for an StgMutaArrPtrs covers
* (1<<MUT_ARR_PTRS_CARD_BITS) elements in the array. To find a good
@@ -99,9 +99,9 @@
ToDo: find out if we need any of this.
-------------------------------------------------------------------------- */
-#define INFO_OTHER_TAG (-1)
-#define INFO_IND_TAG (-2)
-#define INFO_FIRST_TAG 0
+#define INFO_OTHER_TAG (-1)
+#define INFO_IND_TAG (-2)
+#define INFO_FIRST_TAG 0
/* -----------------------------------------------------------------------------
How much C stack to reserve for local temporaries when in the STG
@@ -195,9 +195,9 @@
* Constants for the what_next field of a TSO, which indicates how it
* is to be run.
*/
-#define ThreadRunGHC 1 /* return to address on top of stack */
-#define ThreadInterpret 2 /* interpret this thread */
-#define ThreadKilled 3 /* thread has died, don't run it */
+#define ThreadRunGHC 1 /* return to address on top of stack */
+#define ThreadInterpret 2 /* interpret this thread */
+#define ThreadKilled 3 /* thread has died, don't run it */
#define ThreadComplete 4 /* thread has finished */
/*
@@ -237,7 +237,7 @@
* stopped for one reason or another. See typedef StgThreadReturnCode
* in TSO.h.
*/
-#define HeapOverflow 1 /* might also be StackOverflow */
+#define HeapOverflow 1 /* might also be StackOverflow */
#define StackOverflow 2
#define ThreadYielding 3
#define ThreadBlocked 4
More information about the Cvs-ghc
mailing list