view config.h.bot @ 2662:be083921a2d4

[project @ 1997-02-04 20:11:41 by jwe]
author jwe
date Tue, 04 Feb 1997 20:12:19 +0000
parents cfa9f35fd407
children c80d72d52385
line wrap: on
line source


#if defined (__GNUC__)
#define GCC_ATTR_NORETURN __attribute__ ((__noreturn__))
#define GCC_ATTR_UNUSED __attribute__ ((__unused__))
#else
#define GCC_ATTR_NORETURN
#define GCC_ATTR_UNUSED
#endif

#define STATIC_CAST(T, E) (T) (E)

#define DYNAMIC_CAST(T, E) (T) (E)

#define REINTERPRET_CAST(T, E) (T) (E)

#define HEAVYWEIGHT_INDEXING 1