~ubuntu-branches/ubuntu/trusty/rcs/trusty

« back to all changes in this revision

Viewing changes to lib/intprops.h

  • Committer: Package Import Robot
  • Author(s): Romain Francoise
  • Date: 2013-05-29 21:33:52 UTC
  • mfrom: (1.2.1) (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130529213352-7wuf2h7wscvzt1ka
Tags: 5.9.0-1
* New upstream release.
* Install upstream NEWS file.
* debian/control: Use canonical locations in Vcs-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* intprops.h -- properties of integer types
2
2
 
3
 
   Copyright (C) 2001-2005, 2009-2012 Free Software Foundation, Inc.
 
3
   Copyright (C) 2001-2005, 2009-2013 Free Software Foundation, Inc.
4
4
 
5
5
   This program is free software: you can redistribute it and/or modify
6
6
   it under the terms of the GNU General Public License as published by
89
89
 
90
90
/* Return 1 if the __typeof__ keyword works.  This could be done by
91
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
93
# define _GL_HAVE___TYPEOF__ 1
94
94
#else
95
95
# define _GL_HAVE___TYPEOF__ 0