view config.h.bot @ 2070:a4c83ea14cc0

[project @ 1996-04-18 01:10:25 by jwe] Initial revision
author jwe
date Thu, 18 Apr 1996 01:10:33 +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