aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoakim Verona2013-04-28 08:30:52 +0200
committerJoakim Verona2013-04-28 08:30:52 +0200
commit4e3a566de7bac86c5badfe6afe91bac95829993d (patch)
treeeefff8fe9b9d8c08b9ab800b0e42ae5fad35c9aa /lib
parent06f6571ea6d9f795859cbd2591b1ea5bdfe8abe0 (diff)
parent4afd650a586bdf3bb393b4b3aef042c7e2a5c8a4 (diff)
downloademacs-4e3a566de7bac86c5badfe6afe91bac95829993d.tar.gz
emacs-4e3a566de7bac86c5badfe6afe91bac95829993d.zip
auto upstream
Diffstat (limited to 'lib')
-rw-r--r--lib/intprops.h2
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 @@
89 89
90/* Return 1 if the __typeof__ keyword works. This could be done by 90/* Return 1 if the __typeof__ keyword works. This could be done by
91 'configure', but for now it's easier to do it by hand. */ 91 'configure', but for now it's easier to do it by hand. */
92#if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C 92#if 2 <= __GNUC__ || defined __IBM__TYPEOF__ || 0x5110 <= __SUNPRO_C
93# define _GL_HAVE___TYPEOF__ 1 93# define _GL_HAVE___TYPEOF__ 1
94#else 94#else
95# define _GL_HAVE___TYPEOF__ 0 95# define _GL_HAVE___TYPEOF__ 0