mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
359821ba6e
commit
bd9830583d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue