aboutsummaryrefslogtreecommitdiff
path: root/Foundation
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2014-02-21 17:30:10 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2014-02-21 17:30:10 +0000
commitc1d255be26ea580b559e9946eb48e2adfaa3db9b (patch)
tree14b2838dd4cd62c80b896c5913aa7c88142a0475 /Foundation
parent98dbb9126e1264f45ec637cb8570b3fbdf180258 (diff)
Fix up some cases of GTM not compiling with -Wundef on.
DELTA=23 (16 added, 0 deleted, 7 changed)
Diffstat (limited to 'Foundation')
-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