diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-04-27 12:30:33 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-04-27 12:30:33 -0700 |
commit | d7ed9b364adba7fc3c627ccd02f0ab453a23c661 (patch) | |
tree | 37798d79c8c216c30aa891a91c039b17e7c30743 /lib | |
parent | b7260dd49c5a492411f0ae9318aa6f2f4735109c (diff) | |
download | emacs-d7ed9b364adba7fc3c627ccd02f0ab453a23c661.tar.gz |
Merge from gnulib.
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 |