]> git.eshelyaron.com Git - emacs.git/commit
Change PUCHAR to PCHAR.
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:44:39 +0000 (22:44 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:44:39 +0000 (22:44 +0000)
commit49dc9682b7a2d79221c9652abe469b5eaccf440a
tree85a3e7fa3a90e2a8259882fcaf80a527a3bd5fb1
parenta5e73edce64c7ce518eb84d9bae019ab2e18ead8
Change PUCHAR to PCHAR.
(PTR_TO_OFFSET): Cast ptr to unsigned char *.
(relocate_offset):
(get_section_info):
(copy_executable_and_dump_data): Remove unnecessary static defs.
(copy_executable_and_dump_data): Fix compile warnings.
(unexec): Ignore old_name, and use the actual location
of the current executable instead.  Base new_name on this.
src/unexw32.c