summaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-20 01:26:56 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-20 01:26:56 +0000
commitd65ede2b5a6e366f8b6fa265ab69a54a100f3e82 (patch)
treee50d991bdfd9d854a3aa9932975a02260ec55512 /libobjc
parente2d929e77a04bbd7b75844b4f6f81a1f44d9c29e (diff)
downloadgcc-d65ede2b5a6e366f8b6fa265ab69a54a100f3e82.tar.gz
* exception.c: Revert last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
-rw-r--r--libobjc/exception.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index c546e9ad6c2..c4d0abfa8ce 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-19 Richard Henderson <rth@redhat.com>
+
+ * exception.c: Revert last change.
+
2005-05-19 David Ayers <d.ayers@inode.at>
* exception.c: Include tsystem.h for unwind.h.
diff --git a/libobjc/exception.c b/libobjc/exception.c
index 20a9541af46..cfce70c51e3 100644
--- a/libobjc/exception.c
+++ b/libobjc/exception.c
@@ -27,7 +27,6 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#include "config.h"
#include "objc/objc-api.h"
-#include "tsystem.h"
#include "unwind.h"
#include "unwind-pe.h"