* Source/NSKeyValueObserving.m

* Source/NSXMLParser.m
          char is unsigned on macppc, so don't compare it 
          against negative values

OK Richard



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36251 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-03 16:11:08 +00:00
parent c487ad9f67
commit 7535869550
3 changed files with 8 additions and 2 deletions

View file

@ -993,7 +993,7 @@ static SEL foundIgnorableSel;
const unsigned char *tp;
NSString *decl;
NSString *name;
char c;
int c;
if (NO == this->hasStarted)
{