aboutsummaryrefslogtreecommitdiffstats
path: root/support/cdefs.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-03-24 21:21:42 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-03-24 21:21:42 +0200
commitaced49eee334d9905208cda470d1cb14393613a2 (patch)
tree8cc136604c66040ff95cf513e5333169cca226bb /support/cdefs.h
parentfadddc026c7a3d9e664c65ff3f3895af9ba28359 (diff)
downloadegawk-aced49eee334d9905208cda470d1cb14393613a2.tar.gz
egawk-aced49eee334d9905208cda470d1cb14393613a2.tar.bz2
egawk-aced49eee334d9905208cda470d1cb14393613a2.zip
Sync support files from GNULIB.
Diffstat (limited to 'support/cdefs.h')
-rw-r--r--support/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/cdefs.h b/support/cdefs.h
index b616e195..20ee75db 100644
--- a/support/cdefs.h
+++ b/support/cdefs.h
@@ -340,7 +340,7 @@
semantics.
clang++ identifies itself as gcc-4.2, but has support for GNU inlining
- semantics, that can be checked fot by using the __GNUC_STDC_INLINE_ and
+ semantics, that can be checked for by using the __GNUC_STDC_INLINE_ and
__GNUC_GNU_INLINE__ macro definitions. */
#if (!defined __cplusplus || __GNUC_PREREQ (4,3) \
|| (defined __clang__ && (defined __GNUC_STDC_INLINE__ \