From cb37cf786156410a0b6503bc1f046a100122321e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 8 May 1995 16:24:55 +0000 Subject: [PATCH] (Fdump_emacs): Don't use & before my_edata. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2