view config.h.bot @ 1583:5383d2d4cf9d

[project @ 1995-10-27 08:51:20 by jwe]
author jwe
date Fri, 27 Oct 1995 08:51:20 +0000
parents f8d8b6aa31aa
children 913a157f1e02
line wrap: on
line source


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