From 048099535a2d8b5015323bce798ae55393ff0a3b Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 10 Aug 1989 09:23:44 +0000 Subject: [PATCH] removed old dependency on EM_WSIZE --- util/opt/alloc.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/util/opt/alloc.h b/util/opt/alloc.h index 1e9ad6dc1..6a35b1498 100644 --- a/util/opt/alloc.h +++ b/util/opt/alloc.h @@ -40,17 +40,7 @@ extern oldreg(); * If the stack segment and the data are separate as on a PDP11 under UNIX * it is worth squeezing some shorts out of the stack page. */ -#ifndef EM_WSIZE -/* - * Compiled with 'standard' C compiler - */ #define STACKROOM 3200 /* number of shorts space in stack */ -#else -/* - * Compiled with pcc, has trouble with lots of variables - */ -#define STACKROOM 2000 -#endif #else -- 2.34.1