Mercurial > hg > xemacs-beta
diff src/emacsfns.h @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
line wrap: on
line diff
--- a/src/emacsfns.h Mon Aug 13 09:43:39 2007 +0200 +++ b/src/emacsfns.h Mon Aug 13 09:44:42 2007 +0200 @@ -1789,9 +1789,9 @@ /* Defined in unex*.c */ int unexec (char *new_name, char *a_name, - unsigned int data_start, - unsigned int bss_start, - unsigned int entry_address); + uintptr_t data_start, + uintptr_t bss_start, + uintptr_t entry_address); #ifdef RUN_TIME_REMAP int run_time_remap (char *); #endif