view config.h.bot @ 2723:b494ce9df34a

[project @ 1997-02-22 21:04:08 by jwe] arith/arith.exp
author jwe
date Sat, 22 Feb 1997 21:04:10 +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