From 5c8c80051cbc9a51e43e68a907b302554f905b96 Mon Sep 17 00:00:00 2001 From: jsm Date: Thu, 13 Jan 2000 16:20:27 +0000 Subject: Change __GCC__ to __GNUC__. --- fortune/strfile/strfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fortune/strfile/strfile.c') 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 -- cgit v1.2.3