From: Chris Hanson Date: Mon, 24 Jul 1989 21:08:15 +0000 (+0000) Subject: Define `C_SWITCH_FEATURES' here, and add comment regarding some X-Git-Tag: 20090517-FFI~11945 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ab0f9d86a4394cee0f9ed04e60dd529160d35929;p=mit-scheme.git Define `C_SWITCH_FEATURES' here, and add comment regarding some interesting values. --- diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index e4d5d75d9..87b9cbd62 100644 --- a/v7/src/microcode/unxutl/cf-dist.h +++ b/v7/src/microcode/unxutl/cf-dist.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.1 1989/07/18 22:32:59 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/cf-dist.h,v 1.2 1989/07/24 21:08:15 cph Exp $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -47,3 +47,14 @@ MIT in each case. */ /* Define HAVE_X_WINDOWS if you want to use the X window system. */ #define HAVE_X_WINDOWS + +/* Some useful compilation options: + -DCOMPILE_HISTORY turns on history recording mechanism + -DENABLE_DEBUGGING_TOOLS turns on microcode debugging tools + -DUSE_STACKLETS selects heap-allocated stack + -DCOMPILE_FUTURES turns on parallel processing features + -DFUTURE_LOGGING ??? + -DCOMPILE_STEPPER enables single-stepper (currently broken) + */ + +#define C_SWITCH_FEATURES -DCOMPILE_HISTORY