From 30d1a948c8592beb8e01bb42a5f3f6e0ba5d6477 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Mar 1987 17:28:50 +0000 Subject: [PATCH] Added "BIGMACHINE" --- first/local.h.src | 3 +++ 1 file changed, 3 insertions(+) diff --git a/first/local.h.src b/first/local.h.src index 37ec5d75b..066c4688c 100644 --- a/first/local.h.src +++ b/first/local.h.src @@ -5,3 +5,6 @@ /* The default machine used by ack, acc, apc */ # define ACKM "vax4" + +/* size of local machine, either 0 (for 16 bit address space), or 1 */ +# define BIGMACHINE 1 -- 2.34.1