Bug 415867 - "AIX Compilation error for trunk build source cairo-gstate.c : line 45.43: 1506-294 (S) Syntax error in expression on #if directive." [p=shailen.n.jain@gmail.com (Shailen) r+sr=roc a1.9=schrep]
git-svn-id: svn://10.0.0.236/trunk@245593 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
be5a841716
commit
d20a217105
@ -42,7 +42,7 @@
|
||||
#include "cairo-clip-private.h"
|
||||
#include "cairo-gstate-private.h"
|
||||
|
||||
#if _XOPEN_SOURCE >= 600 || _ISOC99_SOURCE
|
||||
#if _XOPEN_SOURCE >= 600 || defined(_ISOC99_SOURCE)
|
||||
#define ISFINITE(x) isfinite (x)
|
||||
#else
|
||||
#define ISFINITE(x) ((x) * (x) >= 0.) /* check for NaNs */
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
#include "cairoint.h"
|
||||
|
||||
#if _XOPEN_SOURCE >= 600 || _ISOC99_SOURCE
|
||||
#if _XOPEN_SOURCE >= 600 || defined(_ISOC99_SOURCE)
|
||||
#define ISFINITE(x) isfinite (x)
|
||||
#else
|
||||
#define ISFINITE(x) ((x) * (x) >= 0.) /* check for NaNs */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user