changeset 2970:b69da04da2b9

* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k, not 196k. We're actually using ~180k.
author Jim Blandy <jimb@redhat.com>
date Sat, 22 May 1993 23:44:10 +0000
parents cc462a35860a
children fe78246d77fb
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Sat May 22 23:43:29 1993 +0000
+++ b/src/puresize.h	Sat May 22 23:44:10 1993 +0000
@@ -31,7 +31,7 @@
 #ifdef HAVE_X_WINDOWS
 #define PURESIZE 200000
 #else
-#define PURESIZE 196000
+#define PURESIZE 185000
 #endif
 #endif