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 . */ #include "lisp.h" -#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC && !defined WINDOWSNT) \ - || defined CYGWIN || defined DARWIN_OS) +#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC) \ + || defined WINDOWSNT || defined CYGWIN || defined DARWIN_OS) char my_edata[] = "End of Emacs initialized data"; #endif