From d59bd3ade1a8430282c3395d5f5b22ebaa339976 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 23 Sep 2016 02:35:36 +0300 Subject: Fix typo __has_extenstion -> __has_extension Signed-off-by: Keith Packard Reviewed-by: Jeremy Huddleston Sequoia --- Xfuncproto.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in index 8715c9d..b88493d 100644 --- a/Xfuncproto.h.in +++ b/Xfuncproto.h.in @@ -83,7 +83,7 @@ in this Software without prior written authorization from The Open Group. # define __has_feature(x) 0 /* Compatibility with non-clang compilers. */ #endif #ifndef __has_extension -# define __has_extenstion(x) 0 /* Compatibility with non-clang compilers. */ +# define __has_extension(x) 0 /* Compatibility with non-clang compilers. */ #endif /* Added in X11R6.9, so available in any version of modular xproto */ -- cgit v1.2.1