diff src/lrecord.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 9c872f33ecbe
line wrap: on
line diff
--- a/src/lrecord.h	Mon Oct 13 18:53:24 2003 +0000
+++ b/src/lrecord.h	Tue Oct 14 05:03:13 2003 +0000
@@ -58,9 +58,7 @@
    the opaque type. --ben
 */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+BEGIN_C_DECLS
 
 struct lrecord_header
 {
@@ -1594,8 +1592,6 @@
 
 #endif /* defined (USE_KKCC) || defined (PDUMP) */
 
-#ifdef __cplusplus
-}
-#endif
+END_C_DECLS
 
 #endif /* INCLUDED_lrecord_h_ */