Do not #include signal.h when compiling NSObject.m ... it seems unused

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17901 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2003-10-16 14:56:35 +00:00
parent 359821ba6e
commit bd9830583d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Oct 16 15:57:39 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSObject.m: Do not include signal.h.
Wed Oct 15 12:36:33 2003 Nicola Pero <n.pero@mi.flashnet.it>
* SSL/Makefile.postamble: Removed regenerate, TAGS and FORCE

View file

@ -48,7 +48,6 @@
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#include <signal.h>
#include "GSPrivate.h"
@ -1803,6 +1802,7 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
}
return NO;
}
return __objc_responds_to(self, aSelector);
}