Commit 2ec10ea9 by Jeffrey A Law Committed by Jeff Law

* except.c (set_exception_version_code): Argument is an "int".

From-SVN: r24085
parent 8d525fa8
Fri Dec 4 02:23:24 1998 Jeffrey A Law (law@cygnus.com)
* except.c (set_exception_version_code): Argument is an "int".
Fri Dec 4 01:29:28 1998 Robert Lipe <robertl@dgii.com>
* configure.in (mipsel-*-linux*): New target.
......
......@@ -2028,7 +2028,7 @@ set_exception_lang_code (code)
/* This routine will set the language version code for exceptions. */
void
set_exception_version_code (code)
short code;
int code;
{
version_code = code;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment