Index: experimental/Intersection/DataTypes.cpp |
diff --git a/experimental/Intersection/DataTypes.cpp b/experimental/Intersection/DataTypes.cpp |
index a4a3039cd57044e002a82fe9b72bd4e9103ef513..3425ea95769b51681bef907c93dc0071d4230d62 100644 |
--- a/experimental/Intersection/DataTypes.cpp |
+++ b/experimental/Intersection/DataTypes.cpp |
@@ -38,7 +38,7 @@ union Float_t |
#endif |
int32_t i; |
float f; |
-#if SK_DEBUG |
+#ifdef SK_DEBUG |
struct |
{ // Bitfields for exploration. Do not use in production code. |
uint32_t mantissa : 23; |
@@ -76,7 +76,7 @@ int UlpsDiff(float A, float B) |
} |
#endif |
-#if SK_DEBUG |
+#ifdef SK_DEBUG |
void mathematica_ize(char* str, size_t bufferLen) { |
size_t len = strlen(str); |
bool num = false; |