diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-01 20:47:50 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-01 20:47:50 +0300 |
commit | b1cb82edff21abfefd68af18370dddfd8cc1fec0 (patch) | |
tree | fd8d8a1e1d99af024b52158a471457fc796238bc /lib | |
parent | 10f81f3ac90f98160f611787e20dcad96bb500e9 (diff) | |
parent | 2640d52e4e7873e41b0f0f1144177f84c345917e (diff) | |
download | emacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.tar.gz |
Merge from trunk.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/intprops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intprops.h b/lib/intprops.h index b473052d114..f57f9b4ddab 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -89,7 +89,7 @@ /* Return 1 if the __typeof__ keyword works. This could be done by 'configure', but for now it's easier to do it by hand. */ -#if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C +#if 2 <= __GNUC__ || defined __IBM__TYPEOF__ || 0x5110 <= __SUNPRO_C # define _GL_HAVE___TYPEOF__ 1 #else # define _GL_HAVE___TYPEOF__ 0 |