summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-01-13 16:20:27 +0000
committerjsm <jsm@NetBSD.org>2000-01-13 16:20:27 +0000
commit5c8c80051cbc9a51e43e68a907b302554f905b96 (patch)
tree5fbd2c8f7da0d04f1b15b1354fc01f334e6220cc /fortune
parent1fb90bd520c51d43080df84793c5968c13834eb9 (diff)
downloadbsdgames-darwin-5c8c80051cbc9a51e43e68a907b302554f905b96.tar.gz
bsdgames-darwin-5c8c80051cbc9a51e43e68a907b302554f905b96.tar.zst
bsdgames-darwin-5c8c80051cbc9a51e43e68a907b302554f905b96.zip
Change __GCC__ to __GNUC__.
Diffstat (limited to 'fortune')
-rw-r--r--fortune/strfile/strfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index 7435ec9d..deb43b55 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strfile.c,v 1.17 2000/01/13 16:19:36 jsm Exp $ */
+/* $NetBSD: strfile.c,v 1.18 2000/01/13 16:20:27 jsm Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: strfile.c,v 1.17 2000/01/13 16:19:36 jsm Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.18 2000/01/13 16:20:27 jsm Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@@ -132,7 +132,7 @@ STRFILE Tbl; /* statistics table */
STR *Firstch; /* first chars of each string */
-#ifdef __GCC__
+#ifdef __GNUC__
#define NORETURN __attribute__((__noreturn__))
#else
#define NORETURN