diff src/symeval.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 6fa9919a9a0b
line wrap: on
line diff
--- a/src/symeval.h	Mon Oct 13 18:53:24 2003 +0000
+++ b/src/symeval.h	Tue Oct 14 05:03:13 2003 +0000
@@ -27,9 +27,7 @@
 #ifndef INCLUDED_symeval_h_
 #define INCLUDED_symeval_h_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+BEGIN_C_DECLS
 
 enum symbol_value_type
 {
@@ -434,8 +432,6 @@
 
 void flush_all_buffer_local_cache (void);
 
-#ifdef __cplusplus
-}
-#endif
+END_C_DECLS
 
 #endif /* INCLUDED_symeval_h_ */