view config.h.bot @ 2578:0f37e1edb234

[project @ 1996-12-09 20:38:49 by jwe]
author jwe
date Mon, 09 Dec 1996 20:42:23 +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