Mercurial > hg > xemacs-beta
comparison src/dumper.h @ 1743:543769b89fed
[xemacs-hg @ 2003-10-14 05:02:57 by james]
New compiler.h contains compiler-specific defines. Use it everywhere.
author | james |
---|---|
date | Tue, 14 Oct 2003 05:03:13 +0000 |
parents | 034a2ddf5b6b |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
1742:7f92ee59c996 | 1743:543769b89fed |
---|---|
21 /* Synched up with: Not in FSF. */ | 21 /* Synched up with: Not in FSF. */ |
22 | 22 |
23 #ifndef INCLUDED_dumper_h | 23 #ifndef INCLUDED_dumper_h |
24 #define INCLUDED_dumper_h | 24 #define INCLUDED_dumper_h |
25 | 25 |
26 #ifdef __cplusplus | 26 BEGIN_C_DECLS |
27 extern "C" { | |
28 #endif | |
29 | 27 |
30 void pdump_objects_unmark (void); | 28 void pdump_objects_unmark (void); |
31 void pdump (void); | 29 void pdump (void); |
32 int pdump_load (const char *argv0); | 30 int pdump_load (const char *argv0); |
33 void pdump_backtrace (void); | 31 void pdump_backtrace (void); |
34 extern unsigned int dump_id; | 32 extern unsigned int dump_id; |
35 extern char *pdump_start, *pdump_end; | 33 extern char *pdump_start, *pdump_end; |
36 | 34 |
37 #ifdef __cplusplus | 35 END_C_DECLS |
38 } | |
39 #endif | |
40 | 36 |
41 #endif /* INCLUDED_dumper_h */ | 37 #endif /* INCLUDED_dumper_h */ |