aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorZiemowit Laski <zlaski@apple.com>2004-08-13 22:50:09 +0000
committerZiemowit Laski <zlaski@apple.com>2004-08-13 22:50:09 +0000
commitd4bb3defb51b9b60c4ee32d838fda61ef94938a5 (patch)
tree96a1334bc722ca87062115099265225dacbdb291 /libobjc/ChangeLog
parent667c1c79116dcee3b3c11e5d315fb0bdf7b4253b (diff)
[libobjc/ChangeLog]
2004-08-13 Ziemowit Laski <zlaski@apple.com> * objc/sarray.h: Hoist include of assert.h near the top of file, and mark the remainder of the file 'extern "C"'. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@85971 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index c549a2c3333..89fd88d7d32 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-13 Ziemowit Laski <zlaski@apple.com>
+
+ * objc/sarray.h: Hoist include of assert.h near the top of file,
+ and mark the remainder of the file 'extern "C"'.
+
2004-08-13 Andrew Pinski <pinskia@physics.uc.edu>
* objc/Object.h: Move includes out of extern "C" blocks.