mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
5ff4cbc977
commit
8f9a6da0d0
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…
Add table
Add a link
Reference in a new issue