emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 44c34c2: Update from gnulib


From: Paul Eggert
Subject: [Emacs-diffs] master 44c34c2: Update from gnulib
Date: Fri, 4 Nov 2016 22:12:33 +0000 (UTC)

branch: master
commit 44c34c2ed30007fbcb4d33f3c2b390cc17a5b520
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Update from gnulib
    
    This incorporates:
    2016-11-03 intprops: port to older XL C
    * lib/intprops.h: Copy from gnulib.
---
 lib/intprops.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/intprops.h b/lib/intprops.h
index f057105..8add5de 100644
--- a/lib/intprops.h
+++ b/lib/intprops.h
@@ -105,7 +105,8 @@ verify (TYPE_WIDTH (unsigned int) == UINT_WIDTH);
 
 /* Does the __typeof__ keyword work?  This could be done by
    'configure', but for now it's easier to do it by hand.  */
-#if (2 <= __GNUC__ || defined __IBM__TYPEOF__ \
+#if (2 <= __GNUC__ \
+     || (1210 <= __IBMC__ && defined __IBM__TYPEOF__) \
      || (0x5110 <= __SUNPRO_C && !__STDC__))
 # define _GL_HAVE___TYPEOF__ 1
 #else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]