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

From-SVN: r24085
This commit is contained in:
Jeffrey A Law 1998-12-04 01:26:15 +00:00 committed by Jeff Law
parent 8d525fa8a7
commit 2ec10ea98a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;
}