view config.h.bot @ 2428:6979248bf0d3

[project @ 1996-10-25 06:26:19 by jwe]
author jwe
date Fri, 25 Oct 1996 06:27:38 +0000
parents 6bea009cdae2
children 6577af9f7504
line wrap: on
line source


#if defined __GNUC__
#define NORETURN __attribute__ ((__noreturn__))
#define GCC_ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#else
#define NORETURN
#define GCC_ATTRIBUTE_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