Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/dumper.h Mon Oct 13 18:53:24 2003 +0000 +++ b/src/dumper.h Tue Oct 14 05:03:13 2003 +0000 @@ -23,9 +23,7 @@ #ifndef INCLUDED_dumper_h #define INCLUDED_dumper_h -#ifdef __cplusplus -extern "C" { -#endif +BEGIN_C_DECLS void pdump_objects_unmark (void); void pdump (void); @@ -34,8 +32,6 @@ extern unsigned int dump_id; extern char *pdump_start, *pdump_end; -#ifdef __cplusplus -} -#endif +END_C_DECLS #endif /* INCLUDED_dumper_h */