aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-19 18:26:56 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-05-19 18:26:56 -0700
commit4419e3438b1f5d48e1447d4ec4391148ae608e13 (patch)
treee50d991bdfd9d854a3aa9932975a02260ec55512 /libobjc
parente73ee854b1164b3201d328e35334e1b9a118363a (diff)
downloadgcc-4419e3438b1f5d48e1447d4ec4391148ae608e13.zip
gcc-4419e3438b1f5d48e1447d4ec4391148ae608e13.tar.gz
gcc-4419e3438b1f5d48e1447d4ec4391148ae608e13.tar.bz2
* exception.c: Revert last change.
From-SVN: r100003
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 c546e9a..c4d0abf 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 20a9541..cfce70c 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"