| Index: experimental/Intersection/DataTypes.h
|
| diff --git a/experimental/Intersection/DataTypes.h b/experimental/Intersection/DataTypes.h
|
| index 20dbef875135f7e4645282037685dc4d2d4266f3..870a6de7659b1057eb9771680b9de2a95ce9653e 100644
|
| --- a/experimental/Intersection/DataTypes.h
|
| +++ b/experimental/Intersection/DataTypes.h
|
| @@ -409,7 +409,7 @@ struct QuadraticPair {
|
| #define sk_double_isnan(a) sk_float_isnan(a)
|
|
|
| // FIXME: move these to debugging file
|
| -#if SK_DEBUG
|
| +#ifdef SK_DEBUG
|
| void mathematica_ize(char* str, size_t bufferSize);
|
| bool valid_wind(int winding);
|
| void winding_printf(int winding);
|
|
|