Summary: | AIX changes to Xmd.h | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Dan McNichol <mcnichol> | ||||
Component: | Protocol/Core | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | medium | Keywords: | patch | ||||
Version: | 7.1 (2006.05) | ||||||
Hardware: | Other | ||||||
OS: | AIX | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Dan McNichol
2006-07-07 09:00:07 UTC
Please attach your suggested changes as an attachment to the bug. Created attachment 6179 [details] [review] proposed AIX changes to Xmd.h Adding "unsigned long long" could break some old non-C99 compilers, but it was such a common extension even before C99, I'm not sure it's worth the effort to add some sort of test until it breaks something. (And putting it in configure in Xorg wouldn't help people using it in drivers, but the #ifdef list for all the compilers that support it would be very long, so just adding more !defined() clauses to the the #if case in the patch for compilers known to be broken by it would probably be the sanest way of handling them.) Since no one has objected, I've gone ahead and committed to git head: commit 0b76eb310307cd16e55d0c0792b54a2c6774fb88 Author: Dan McNichol <mcnichol@austin.ibm.com> Date: Fri Jul 14 17:53:34 2006 -0700 Bug #7458: AIX changes to Xmd.h Bugzilla Bug #7458 <https://bugs.freedesktop.org/show_bug.cgi?id=7458> Patch #6179 <https://bugs.freedesktop.org/attachment.cgi?id=6179> Xmd.h | 5 +++- |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.