From c1d255be26ea580b559e9946eb48e2adfaa3db9b Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 21 Feb 2014 17:30:10 +0000 Subject: Fix up some cases of GTM not compiling with -Wundef on. DELTA=23 (16 added, 0 deleted, 7 changed) --- Foundation/GTMRegex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation') 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 -- cgit v1.2.3