comparison 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
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
1787 extern Lisp_Object Qinhibit_read_only; 1787 extern Lisp_Object Qinhibit_read_only;
1788 1788
1789 1789
1790 /* Defined in unex*.c */ 1790 /* Defined in unex*.c */
1791 int unexec (char *new_name, char *a_name, 1791 int unexec (char *new_name, char *a_name,
1792 unsigned int data_start, 1792 uintptr_t data_start,
1793 unsigned int bss_start, 1793 uintptr_t bss_start,
1794 unsigned int entry_address); 1794 uintptr_t entry_address);
1795 #ifdef RUN_TIME_REMAP 1795 #ifdef RUN_TIME_REMAP
1796 int run_time_remap (char *); 1796 int run_time_remap (char *);
1797 #endif 1797 #endif
1798 1798
1799 1799