From 71dd1f9d97650d31f8785de7142e97dfc4b0bdf6 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 37ec5d75..066c4688 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