summaryrefslogtreecommitdiff
path: root/src/h/cpuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h/cpuconf.h')
-rw-r--r--src/h/cpuconf.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/h/cpuconf.h b/src/h/cpuconf.h
index 228ce6b..acd0194 100644
--- a/src/h/cpuconf.h
+++ b/src/h/cpuconf.h
@@ -4,10 +4,6 @@
* included before this file.
*/
-#ifndef CStateSize
- #define CStateSize 15 /* size of C state for co-expressions */
-#endif /* CStateSize */
-
/*
* The following definitions depend on the sizes of ints and pointers.
*/
@@ -215,11 +211,7 @@
#endif /* MinAbrSize */
#ifndef MStackSize
- #ifdef MultiThread
- #define MStackSize 20000 /* size of the main stack in words */
- #else /* MultiThread */
- #define MStackSize 10000 /* size of the main stack in words */
- #endif /* MultiThread */
+ #define MStackSize 10000 /* size of the main stack in words */
#endif /* MStackSize */
#ifndef StackSize
@@ -231,11 +223,7 @@
#endif /* QualLstSize */
#ifndef ActStkBlkEnts
- #ifdef Coexpr
- #define ActStkBlkEnts 25 /* number of entries in an astkblk */
- #else /* Coexpr */
- #define ActStkBlkEnts 1 /* number of entries in an astkblk */
- #endif /* Coexpr */
+ #define ActStkBlkEnts 25 /* number of entries in an astkblk */
#endif /* ActStkBlkEnts */
#ifndef RegionCushion