view config.h.bot @ 2170:bad1dffb5264

[project @ 1996-05-13 14:41:41 by jwe]
author jwe
date Mon, 13 May 1996 14:41:41 +0000
parents c1ffef39e94a
children 6bea009cdae2
line wrap: on
line source


#if defined __GNUC__
#define NORETURN __attribute__ ((__noreturn__))
#else
#define NORETURN
#endif

#define HEAVYWEIGHT_INDEXING 1