summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-22 23:44:10 +0000
committerJim Blandy <jimb@redhat.com>1993-05-22 23:44:10 +0000
commit85ed3485168534a649bee2e2fd0ea1424448a9a9 (patch)
tree4673b1ee86ac880d614707ec04372167c5bdd55a /src/puresize.h
parent9711debac57b37bf140ab4efc2ffa8ddaa2cd99d (diff)
downloademacs-85ed3485168534a649bee2e2fd0ea1424448a9a9.tar.gz
* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
not 196k. We're actually using ~180k.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 2521ac1582d..24d1c50af6e 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_X_WINDOWS
#define PURESIZE 200000
#else
-#define PURESIZE 196000
+#define PURESIZE 185000
#endif
#endif