]> code.delx.au - gnu-emacs/commitdiff
* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
authorJim Blandy <jimb@redhat.com>
Sat, 22 May 1993 23:44:10 +0000 (23:44 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 22 May 1993 23:44:10 +0000 (23:44 +0000)
not 196k.  We're actually using ~180k.

src/puresize.h

index 2521ac1582d68353d607e839f3adcfa64e9d037d..24d1c50af6e9488aa71cb700947a8e6ec132c858 100644 (file)
@@ -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