[PATCH xproto 2/4] Xfuncproto.h: Define __has_extension() if it isn't already
Jeremy Huddleston Sequoia
jeremyhu at apple.com
Mon Sep 19 20:22:59 UTC 2016
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
---
Xfuncproto.h.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in
index 8556c27..7f06e99 100644
--- a/Xfuncproto.h.in
+++ b/Xfuncproto.h.in
@@ -82,6 +82,9 @@ in this Software without prior written authorization from The Open Group.
#ifndef __has_feature
# define __has_feature(x) 0 /* Compatibility with non-clang compilers. */
#endif
+#ifndef __has_extension
+# define __has_extenstion(x) 0 /* Compatibility with non-clang compilers. */
+#endif
/* Added in X11R6.9, so available in any version of modular xproto */
#if __has_attribute(__sentinel__) || (defined(__GNUC__) && (__GNUC__ >= 4))
--
2.10.0 (Apple Git-77)
More information about the xorg-devel
mailing list