comparison src/config.h.in @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 7347b34c275b
children 30d2cfa1092a
comparison
equal deleted inserted replaced
362:1e474c183006 363:972bbb6d6ca2
750 /* Avoid C++ keywords used as ordinary C identifiers */ 750 /* Avoid C++ keywords used as ordinary C identifiers */
751 #define class c_class 751 #define class c_class
752 #define new c_new 752 #define new c_new
753 #define this c_this 753 #define this c_this
754 #define catch c_catch 754 #define catch c_catch
755 #define not c_not
755 #endif /* C++ */ 756 #endif /* C++ */
756 757
757 /* Strictly speaking, only int or unsigned int are valid types in a 758 /* Strictly speaking, only int or unsigned int are valid types in a
758 bitfield. In practice, we would like to use enums as bitfields. 759 bitfield. In practice, we would like to use enums as bitfields.
759 The following should just result in warning avoidance: 760 The following should just result in warning avoidance: