]> git.eshelyaron.com Git - emacs.git/commitdiff
(SYSTEM_PURESIZE_EXTRA) [!HAVE_X_WINDOWS]: Increase to 62000.
authorKarl Heuer <kwzh@gnu.org>
Thu, 8 Jun 1995 20:39:45 +0000 (20:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 8 Jun 1995 20:39:45 +0000 (20:39 +0000)
src/s/msdos.h

index ab6c61f0b43e426313244b185ffb8f8bc0115c0b..0e338e0d72664b43457f26c7465a06288eb18b33 100644 (file)
@@ -228,5 +228,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define LIBX11_SYSTEM -lxext -lsys
 #else
 /* We need a little extra space, see ../../lisp/loadup.el */
-#define SYSTEM_PURESIZE_EXTRA 30000
+#define SYSTEM_PURESIZE_EXTRA 62000
 #endif