Mercurial > emacs
comparison src/unexw32.c @ 14036:621a575db6f7
Comment fixes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 05 Jan 1996 10:03:17 +0000 |
parents | 8d30151f4acb |
children | ee40177f6c68 |
comparison
equal
deleted
inserted
replaced
14035:09cb73d0ec41 | 14036:621a575db6f7 |
---|---|
136 #else | 136 #else |
137 mainCRTStartup (); | 137 mainCRTStartup (); |
138 #endif /* HAVE_NTGUI */ | 138 #endif /* HAVE_NTGUI */ |
139 } | 139 } |
140 | 140 |
141 /* Dump out .data and .bss sections into a new exectubale. */ | 141 /* Dump out .data and .bss sections into a new executable. */ |
142 void | 142 void |
143 unexec (char *new_name, char *old_name, void *start_data, void *start_bss, | 143 unexec (char *new_name, char *old_name, void *start_data, void *start_bss, |
144 void *entry_address) | 144 void *entry_address) |
145 { | 145 { |
146 file_data in_file, out_file; | 146 file_data in_file, out_file; |