Skip to content

Commit

Permalink
proper way to test for MacOSX Lion
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Drouilly committed Feb 24, 2012
1 parent 89da786 commit d6db7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parsing/GBTokenizer.m
Expand Up @@ -312,7 +312,7 @@ - (NSString *)lineByPreprocessingHeaderDocDirectives:(NSString *)line {
}

- (NSArray *)linesByReorderingHeaderDocDirectives:(NSArray *)lines {
#if MAC_OS_X_VERSION_MIN_REQUIRED > __MAC_10_6
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
if (!self.settings.preprocessHeaderDoc) return lines;

// Make sure that @param and @return is placed at the end (after abstract etc.)
Expand Down

0 comments on commit d6db7d8

Please sign in to comment.