comparison 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
comparison
equal deleted inserted replaced
2118:e28998a020ec 2119:13181f978082
955 # define new c_new 955 # define new c_new
956 # define this c_this 956 # define this c_this
957 # define catch c_catch 957 # define catch c_catch
958 958
959 # define EXTERN_C extern "C" 959 # define EXTERN_C extern "C"
960 # define EXTERN_C_BLOCK_BEGIN extern "C" {
961 # define EXTERN_C_BLOCK_END }
962 # else /* C code */ 960 # else /* C code */
963 # define EXTERN_C extern 961 # define EXTERN_C extern
964 # define EXTERN_C_BLOCK_BEGIN
965 # define EXTERN_C_BLOCK_END
966 # endif 962 # endif
967 #endif /* C or C++ */ 963 #endif /* C or C++ */
968 964
969 /* Strictly speaking, only int or unsigned int are valid types in a 965 /* Strictly speaking, only int or unsigned int are valid types in a
970 bitfield. In practice, we would like to use enums as bitfields. 966 bitfield. In practice, we would like to use enums as bitfields.