diff options
| author | Paul Eggert | 2016-11-04 15:12:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-11-04 15:12:28 -0700 |
| commit | 44c34c2ed30007fbcb4d33f3c2b390cc17a5b520 (patch) | |
| tree | fe9da636a21f4fa7c963b0718f45bc1f1610085b /lib | |
| parent | a59f4bb5b8f1e702901d166ce44c4dcddc262b62 (diff) | |
| download | emacs-44c34c2ed30007fbcb4d33f3c2b390cc17a5b520.tar.gz emacs-44c34c2ed30007fbcb4d33f3c2b390cc17a5b520.zip | |
Update from gnulib
This incorporates:
2016-11-03 intprops: port to older XL C
* lib/intprops.h: Copy from gnulib.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/intprops.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/intprops.h b/lib/intprops.h index f0571056a9c..8add5def8ec 100644 --- a/lib/intprops.h +++ b/lib/intprops.h | |||
| @@ -105,7 +105,8 @@ verify (TYPE_WIDTH (unsigned int) == UINT_WIDTH); | |||
| 105 | 105 | ||
| 106 | /* Does the __typeof__ keyword work? This could be done by | 106 | /* Does the __typeof__ keyword work? This could be done by |
| 107 | 'configure', but for now it's easier to do it by hand. */ | 107 | 'configure', but for now it's easier to do it by hand. */ |
| 108 | #if (2 <= __GNUC__ || defined __IBM__TYPEOF__ \ | 108 | #if (2 <= __GNUC__ \ |
| 109 | || (1210 <= __IBMC__ && defined __IBM__TYPEOF__) \ | ||
| 109 | || (0x5110 <= __SUNPRO_C && !__STDC__)) | 110 | || (0x5110 <= __SUNPRO_C && !__STDC__)) |
| 110 | # define _GL_HAVE___TYPEOF__ 1 | 111 | # define _GL_HAVE___TYPEOF__ 1 |
| 111 | #else | 112 | #else |