prep for release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-02-28 16:50:37 +00:00
parent 60c04b53e6
commit 977ffb20d7
21 changed files with 178 additions and 93 deletions

View file

@ -526,7 +526,7 @@ prepareResult(NSRegularExpression *regex,
}
#else
# ifdef __clang__
# ifdef __clang__ /* FIXME ... this is blocks specific, not clang specific */
# warning Your compiler does not support blocks. NSRegularExpression will deviate from the documented behaviour when subclassing and any code that subclasses NSRegularExpression may break in unexpected ways. If you must subclass NSRegularExpression, you may want to use a compiler with blocks support.
# warning Your compiler would support blocks if you added -fblocks to your OBJCFLAGS
# endif