Mercurial > hg > xemacs-beta
diff src/process.h @ 1650:34abfb24e891
[xemacs-hg @ 2003-08-28 15:44:04 by james]
Fix the C++ build, with many module-specific fixes.
author | james |
---|---|
date | Thu, 28 Aug 2003 15:44:30 +0000 |
parents | 64eaceca611d |
children | 543769b89fed |
line wrap: on
line diff
--- a/src/process.h Wed Aug 27 21:52:30 2003 +0000 +++ b/src/process.h Thu Aug 28 15:44:30 2003 +0000 @@ -36,6 +36,10 @@ #else /* not NO_SUBPROCESSES */ +#ifdef __cplusplus +extern "C" { +#endif + /* struct Lisp_Process is defined in procimpl.h; only process-*.c need to know about the guts of it. */ @@ -118,6 +122,10 @@ const char *signal_name (int signum); Lisp_Object canonicalize_host_name (Lisp_Object host); +#ifdef __cplusplus +} +#endif + #endif /* not NO_SUBPROCESSES */ /* The name of the file open to get a null file, or a data sink.