view config.h.bot @ 1324:8fcbc533d9e2

[project @ 1995-08-22 06:39:23 by jwe] Initial revision
author jwe
date Tue, 22 Aug 1995 06:39:23 +0000
parents
children 019ab630c727
line wrap: on
line source


#if defined (__GNUC__)
#define UNUSED __attribute__ ((__unused__))
#else
#define UNUSED
#endif