aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMRegex.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMRegex.h')
-rw-r--r--Foundation/GTMRegex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMRegex.h b/Foundation/GTMRegex.h
index 3ef5604..8cd1023 100644
--- a/Foundation/GTMRegex.h
+++ b/Foundation/GTMRegex.h
@@ -56,7 +56,7 @@ typedef NSUInteger GTMRegexOptions;
#undef _EXTERN
#undef _INITIALIZE_AS
-#ifdef GTMREGEX_DEFINE_GLOBALS
+#if GTMREGEX_DEFINE_GLOBALS
#define _EXTERN
#define _INITIALIZE_AS(x) =x
#else