mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove useless include of objc-common.g (__has_feature is a built-in macro with
clang, it doesn't need anything else). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
849b00343b
commit
9fc79904c5
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-04 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* config/config.non-fragile-ivars.m: Remove useless include of
|
||||
objc-common.g (__has_feature is a built-in clang macro).
|
||||
|
||||
2010-09-02 David Chisnall <theraven@gna.org>
|
||||
|
||||
* Source/NSObject.m
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
* Fails to build or returns 1 if the feature is not availale.
|
||||
*/
|
||||
|
||||
#include "objc-common.g"
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue