From: Richard M. Stallman Date: Mon, 8 May 1995 16:24:55 +0000 (+0000) Subject: (Fdump_emacs): Don't use & before my_edata. X-Git-Tag: emacs-19.34~4102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb37cf786156410a0b6503bc1f046a100122321e;p=emacs.git (Fdump_emacs): Don't use & before my_edata. --- diff --git a/src/emacs.c b/src/emacs.c index 396c80210ac..2a79068b39f 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1298,7 +1298,7 @@ and announce itself normally when it is run.") #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,