summaryrefslogtreecommitdiff
path: root/libjava/exception.cc
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-03 00:30:53 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-03 00:30:53 +0000
commit9b8cfab107789d8bd47fabc4c2d99bd0e5e605af (patch)
tree78d5c8974c85c8fca85f6fa82aca2c306a8999c9 /libjava/exception.cc
parent7f5cce08d31cbd24ddf6e4bacb6e627b5dc6eb14 (diff)
downloadgcc-9b8cfab107789d8bd47fabc4c2d99bd0e5e605af.tar.gz
* java/net/ServerSocket.java: Define ANY_IF.
(ServerSocket (int,int)): Use ANY_IF instead of null to bind to all network interfaces. * java/net/DatagramSocket.java (DatagramSocket): ditto. * java/net/natPlainSocketImpl.cc (bind): Expect 0.0.0' instead of null. * java/net/natPlainDatagramSocketImpl (bind): Expect 0.0.0' instead of null. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28429 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/exception.cc')
-rw-r--r--libjava/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/exception.cc b/libjava/exception.cc
index 0c6553ff5bc..9a0c79628fc 100644
--- a/libjava/exception.cc
+++ b/libjava/exception.cc
@@ -147,7 +147,7 @@ _Jv_Throw (void *value)
_Jv_eh_alloc ();
ehinfo = *(__get_eh_info ());
}
- ehinfo->eh_info.match_function = (__eh_matcher)_Jv_type_matcher;
+ ehinfo->eh_info.match_function = (__eh_matcher) _Jv_type_matcher;
ehinfo->eh_info.language = EH_LANG_Java;
ehinfo->eh_info.version = 1;
ehinfo->value = value;