Mercurial > hg > xemacs-beta
diff src/config.h.in @ 2119:13181f978082
[xemacs-hg @ 2004-06-08 12:27:30 by didierv]
Remove EXTERN_C_BLOCK_{BEGIN|END}
author | didierv |
---|---|
date | Tue, 08 Jun 2004 12:27:30 +0000 |
parents | f18c80177dfe |
children | 702b5727498a |
line wrap: on
line diff
--- a/src/config.h.in Mon Jun 07 21:50:57 2004 +0000 +++ b/src/config.h.in Tue Jun 08 12:27:30 2004 +0000 @@ -957,12 +957,8 @@ # define catch c_catch # define EXTERN_C extern "C" -# define EXTERN_C_BLOCK_BEGIN extern "C" { -# define EXTERN_C_BLOCK_END } # else /* C code */ # define EXTERN_C extern -# define EXTERN_C_BLOCK_BEGIN -# define EXTERN_C_BLOCK_END # endif #endif /* C or C++ */