aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lastfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lastfile.c b/src/lastfile.c
index 9c73fb44700..de4e4f45362 100644
--- a/src/lastfile.c
+++ b/src/lastfile.c
@@ -38,8 +38,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
38 38
39#include "lisp.h" 39#include "lisp.h"
40 40
41#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC && !defined WINDOWSNT) \ 41#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC) \
42 || defined CYGWIN || defined DARWIN_OS) 42 || defined WINDOWSNT || defined CYGWIN || defined DARWIN_OS)
43char my_edata[] = "End of Emacs initialized data"; 43char my_edata[] = "End of Emacs initialized data";
44#endif 44#endif
45 45