aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-08 16:24:55 +0000
committerRichard M. Stallman1995-05-08 16:24:55 +0000
commitcb37cf786156410a0b6503bc1f046a100122321e (patch)
tree1f0d3341a10c3a94b63d448aad2a18f4772ad4e1 /src
parent11e08aabbb2960c6b7c7a790179ca1d963874be7 (diff)
downloademacs-cb37cf786156410a0b6503bc1f046a100122321e.tar.gz
emacs-cb37cf786156410a0b6503bc1f046a100122321e.zip
(Fdump_emacs): Don't use & before my_edata.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
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.")
1298#ifndef WINDOWSNT 1298#ifndef WINDOWSNT
1299 /* On Windows, this was done before dumping, and that once suffices. 1299 /* On Windows, this was done before dumping, and that once suffices.
1300 Meanwhile, my_edata is not valid on Windows. */ 1300 Meanwhile, my_edata is not valid on Windows. */
1301 memory_warnings (&my_edata, malloc_warning); 1301 memory_warnings (my_edata, malloc_warning);
1302#endif /* not WINDOWSNT */ 1302#endif /* not WINDOWSNT */
1303#endif 1303#endif
1304 unexec (XSTRING (intoname)->data, 1304 unexec (XSTRING (intoname)->data,