[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/msdos.h,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/msdos.h,v |
Date: |
Sat, 23 Aug 2008 16:51:11 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 08/08/23 16:51:11
Index: msdos.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/msdos.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- msdos.h 31 Jul 2008 05:33:55 -0000 1.57
+++ msdos.h 23 Aug 2008 16:51:11 -0000 1.58
@@ -87,6 +87,10 @@
in how to declare valloc. */
#define GMALLOC_INHIBIT_VALLOC
+/* This overrides the default value on editfns.c, since DJGPP
+ does not have pw->pw_gecos. */
+#define USER_FULL_NAME (getenv ("NAME"))
+
/* setjmp and longjmp can safely replace _setjmp and _longjmp,
but they will run slower. */
@@ -194,7 +198,7 @@
#define LIBX11_SYSTEM -lxext -lsys
#else
/* We need a little extra space, see ../../lisp/loadup.el */
-#define SYSTEM_PURESIZE_EXTRA 50000
+#define SYSTEM_PURESIZE_EXTRA 100000
#endif
/* Tell the garbage collector that setjmp is known to save all
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/s/msdos.h,v,
Eli Zaretskii <=