Mercurial > hg > xemacs-beta
diff src/symeval.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/symeval.h Wed Aug 27 21:52:30 2003 +0000 +++ b/src/symeval.h Thu Aug 28 15:44:30 2003 +0000 @@ -27,6 +27,10 @@ #ifndef INCLUDED_symeval_h_ #define INCLUDED_symeval_h_ +#ifdef __cplusplus +extern "C" { +#endif + enum symbol_value_type { /* The following tags use the 'symbol_value_forward' structure @@ -430,4 +434,8 @@ void flush_all_buffer_local_cache (void); +#ifdef __cplusplus +} +#endif + #endif /* INCLUDED_symeval_h_ */