changeset 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 88d41e3204d5
children 80755ad71013
files config.h.bot
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.h.bot	Tue Aug 22 06:39:23 1995 +0000
@@ -0,0 +1,6 @@
+
+#if defined (__GNUC__)
+#define UNUSED __attribute__ ((__unused__))
+#else
+#define UNUSED
+#endif