# HG changeset patch # User Richard M. Stallman # Date 799950295 0 # Node ID 7d21f64d2c0e55c3d05427e96aacbb35a1b645c2 # Parent fb074e606a419ce08a4b7fb2c4d1f9b400907025 (Fdump_emacs): Don't use & before my_edata. diff -r fb074e606a41 -r 7d21f64d2c0e src/emacs.c --- a/src/emacs.c Mon May 08 15:45:55 1995 +0000 +++ b/src/emacs.c Mon May 08 16:24:55 1995 +0000 @@ -1298,7 +1298,7 @@ #ifndef WINDOWSNT /* On Windows, this was done before dumping, and that once suffices. Meanwhile, my_edata is not valid on Windows. */ - memory_warnings (&my_edata, malloc_warning); + memory_warnings (my_edata, malloc_warning); #endif /* not WINDOWSNT */ #endif unexec (XSTRING (intoname)->data,