1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(PURESIZE): Reduce to 230000.

This commit is contained in:
Richard M. Stallman 1994-03-13 00:35:22 +00:00
parent 81aca4f425
commit 6f1111aa5a

View File

@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PURESIZE
#ifdef MULTI_FRAME
#define PURESIZE 240000
#define PURESIZE 230000
#else
#define PURESIZE 190000
#endif