aboutsummaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2022-04-03 19:52:08 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2022-04-03 19:52:08 +0000
commita052cb432096794be5070dc68a2b302eaf5a4783 (patch)
treecd03b68b0c23950a43b478568fe6acc80ebb7d87 /make.h
parent535c59a6a9214436f5d6643775d29808e4b3408d (diff)
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.h b/make.h
index 091b9dc05648..b9538a1fd7d5 100644
--- a/make.h
+++ b/make.h
@@ -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