Mercurial > emacs
changeset 11756:7d21f64d2c0e
(Fdump_emacs): Don't use & before my_edata.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 May 1995 16:24:55 +0000 |
parents | fb074e606a41 |
children | 108646bbd84f |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,