mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Fix typo __has_extenstion -> __has_extension
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
bd3832a988
commit
d59bd3ade1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue