no need to print a warning about inline keywords
"inline" is a valid keyword only with -g, and "__inline" is always a valid keyword
This commit is contained in:
parent
ffe990841c
commit
9f9008af93
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: decl.c,v 1.10 1995/10/02 17:31:37 jpo Exp $ */
|
/* $NetBSD: decl.c,v 1.11 1995/10/02 17:34:16 jpo Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994, 1995 Jochen Pohl
|
* Copyright (c) 1994, 1995 Jochen Pohl
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "$NetBSD: decl.c,v 1.10 1995/10/02 17:31:37 jpo Exp $";
|
static char rcsid[] = "$NetBSD: decl.c,v 1.11 1995/10/02 17:34:16 jpo Exp $";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -294,8 +294,6 @@ addscl(sc)
|
|||||||
scl_t sc;
|
scl_t sc;
|
||||||
{
|
{
|
||||||
if (sc == INLINE) {
|
if (sc == INLINE) {
|
||||||
/* syntax error */
|
|
||||||
(void)gnuism(249);
|
|
||||||
if (dcs->d_inline)
|
if (dcs->d_inline)
|
||||||
/* duplicate '%s' */
|
/* duplicate '%s' */
|
||||||
warning(10, "inline");
|
warning(10, "inline");
|
||||||
|
Loading…
Reference in New Issue
Block a user