view config.h.bot @ 2396:79a6f72af185

[project @ 1996-10-12 23:36:45 by jwe]
author jwe
date Sat, 12 Oct 1996 23:36:46 +0000
parents 6bea009cdae2
children 6979248bf0d3
line wrap: on
line source


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