diff options
Diffstat (limited to 'backendC/CleanCompilerSources/settings.h')
-rw-r--r-- | backendC/CleanCompilerSources/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/settings.h b/backendC/CleanCompilerSources/settings.h index ee1048f..bf70cbc 100644 --- a/backendC/CleanCompilerSources/settings.h +++ b/backendC/CleanCompilerSources/settings.h @@ -31,8 +31,6 @@ extern Bool OptimizeLazyTupleRecursion; extern Bool OptimizeTailCallModuloCons; extern Bool WriteModificationTimes; -#define NR_BLOCKS 100 -#define BLOCK_SIZE (unsigned long) (16 * KBYTE) #define StrictDoRelated False extern unsigned StrictDepth; |