From 0824bdd26bbf90cc1d91657f3978227cf24ad0ca Mon Sep 17 00:00:00 2001 From: Mark Friedman Date: Mon, 5 Aug 1991 14:21:45 +0000 Subject: [PATCH] Compiling with the stepper hooks. --- v7/src/microcode/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index 79956a09b..74c232048 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.59 1990/11/27 19:17:05 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.60 1991/08/05 14:21:45 markf Exp $ Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology @@ -51,7 +51,7 @@ MIT in each case. */ /* #define DISABLE_HISTORY */ /* To enable the STEPPER. Incompatible with futures. */ -/* #define COMPILE_STEPPER */ +#define COMPILE_STEPPER /* To enable FUTURES (a multiprocessor / multiprocessing extension). This option is incompatible with the stepper. -- 2.25.1