~ubuntu-branches/ubuntu/trusty/x11proto-core/trusty-security

« back to all changes in this revision

Viewing changes to Xmd.h

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2013-06-09 14:17:07 UTC
  • mfrom: (1.1.16) (18.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130609141707-iuyzl2j5kf53nvs9
* New upstream release.
  - handles x32 madness (closes: #695535)
  - handles the lack of restrict on g++/solaris (closes: #695589)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
     defined(__s390x__) || \
65
65
     defined(__amd64__) || defined(amd64) || \
66
66
     defined(__powerpc64__)
67
 
#  define LONG64                                /* 32/64-bit architecture */
 
67
#  if !defined(__ILP32__) /* amd64-x32 is 32bit */
 
68
#   define LONG64                               /* 32/64-bit architecture */
 
69
#  endif /* !__ILP32__ */
68
70
# endif
69
71
 
70
72
/*