diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-04-03 19:52:08 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-04-03 19:52:08 +0000 |
| commit | a052cb432096794be5070dc68a2b302eaf5a4783 (patch) | |
| tree | cd03b68b0c23950a43b478568fe6acc80ebb7d87 /make.h | |
| parent | 535c59a6a9214436f5d6643775d29808e4b3408d (diff) | |
Diffstat (limited to 'make.h')
| -rw-r--r-- | make.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.298 2022/02/05 00:26:21 rillig Exp $ */ +/* $NetBSD: make.h,v 1.299 2022/03/26 14:02:40 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -141,7 +141,7 @@ #define MAKE_ATTR_USE /* delete */ #endif -#if __STDC__ >= 199901L || defined(lint) +#if __STDC_VERSION__ >= 199901L || defined(lint) #define MAKE_INLINE static inline MAKE_ATTR_UNUSED #else #define MAKE_INLINE static MAKE_ATTR_UNUSED |
