Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275807 | Differences between
and this patch

Collapse All | Expand All

(-)gfx/qcms/qcmstypes.h.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
#ifdef __OS2__
25
#ifdef __OS2__
26
/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
26
/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
27
#include <stdlib.h>
27
#include <stdlib.h>
28
#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED)
28
#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED) 
29
typedef PRUptrdiff uintptr_t;
29
typedef PRUptrdiff uintptr_t;
30
#endif
30
#endif
31
#endif
31
#endif

Return to bug 275807