comparison src/emacs.c @ 11841:c93c1c56a8bb

(Fdump_emacs): Don't take address of array.
author Karl Heuer <kwzh@gnu.org>
date Wed, 17 May 1995 20:47:39 +0000
parents 78258a1b902b
children 778a35aba3f7
comparison
equal deleted inserted replaced
11840:8902ebe369bd 11841:c93c1c56a8bb
1301 Meanwhile, my_edata is not valid on Windows. */ 1301 Meanwhile, my_edata is not valid on Windows. */
1302 memory_warnings (my_edata, malloc_warning); 1302 memory_warnings (my_edata, malloc_warning);
1303 #endif /* not WINDOWSNT */ 1303 #endif /* not WINDOWSNT */
1304 #endif 1304 #endif
1305 unexec (XSTRING (intoname)->data, 1305 unexec (XSTRING (intoname)->data,
1306 !NILP (symname) ? XSTRING (symname)->data : 0, &my_edata, 0, 0); 1306 !NILP (symname) ? XSTRING (symname)->data : 0, my_edata, 0, 0);
1307 #endif /* not VMS */ 1307 #endif /* not VMS */
1308 1308
1309 Vpurify_flag = tem; 1309 Vpurify_flag = tem;
1310 1310
1311 return Qnil; 1311 return Qnil;