view config.h.bot @ 1615:da72f1fae389

[project @ 1995-11-03 15:22:18 by jwe]
author jwe
date Fri, 03 Nov 1995 15:22:18 +0000
parents f8d8b6aa31aa
children 913a157f1e02
line wrap: on
line source


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