mirror of git://gcc.gnu.org/git/gcc.git
In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com> * linking.m: Do not include objc/NXConstStr.h. From-SVN: r168112
This commit is contained in:
parent
9c68c0e598
commit
bebf8772de
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
|
* linking.m: Do not include objc/NXConstStr.h.
|
||||||
|
|
||||||
2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
|
2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
* objc-private/runtime.h (DEBUG_PRINTF): Moved from here ...
|
* objc-private/runtime.h (DEBUG_PRINTF): Moved from here ...
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||||
|
|
||||||
#include "objc-private/common.h"
|
#include "objc-private/common.h"
|
||||||
#include <objc/Object.h>
|
#include <objc/Object.h>
|
||||||
#include <objc/NXConstStr.h>
|
|
||||||
|
|
||||||
/* Generate references to Object class since it is needed by the
|
/* Generate references to Object class since it is needed by the
|
||||||
runtime system to run correctly. */
|
runtime system to run correctly. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue