projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6787fb8
)
Include tconfig.h.
author
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1993 07:53:45 +0000
(07:53 +0000)
committer
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1993 07:53:45 +0000
(07:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5971
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/objc/objects.c
patch
|
blob
|
history
diff --git
a/gcc/objc/objects.c
b/gcc/objc/objects.c
index
bd7a47e
..
bc5b226
100644
(file)
--- a/
gcc/objc/objects.c
+++ b/
gcc/objc/objects.c
@@
-25,6
+25,7
@@
You should have received a copy of the GNU General Public License along with
covered by the GNU General Public License. */
#include "runtime.h" /* the kitchen sink */
+#include "../tconfig.h" /* include defs of bzero for target */
id __objc_object_alloc(Class*);
id __objc_object_dispose(id);