Mercurial > hg > xemacs-beta
diff src/process.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 | 34abfb24e891 |
children | aa5ed11f473b |
line wrap: on
line diff
--- a/src/process.h Mon Oct 13 18:53:24 2003 +0000 +++ b/src/process.h Tue Oct 14 05:03:13 2003 +0000 @@ -36,9 +36,7 @@ #else /* not NO_SUBPROCESSES */ -#ifdef __cplusplus -extern "C" { -#endif +BEGIN_C_DECLS /* struct Lisp_Process is defined in procimpl.h; only process-*.c need to know about the guts of it. */ @@ -122,9 +120,7 @@ const char *signal_name (int signum); Lisp_Object canonicalize_host_name (Lisp_Object host); -#ifdef __cplusplus -} -#endif +END_C_DECLS #endif /* not NO_SUBPROCESSES */