OSDN Git Service

Fix typo.
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Aug 2003 16:26:27 +0000 (16:26 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Aug 2003 16:26:27 +0000 (16:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70604 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog

index 1cf3b82..99c2229 100644 (file)
@@ -20,8 +20,8 @@
 2003-08-19  Andrew Haley  <aph@redhat.com>
 
        * prims.cc (unblock_signal): New function.
-       (SIGNAL_HANDLER): Use it.
-       (SIGNAL_HANDLER): Likewise.
+       (catch_segv): Use it.
+       (catch_fpe): Likewise.
 
 2003-08-19  Danny Smith  <dannysmith@users.sourceforge.net>