diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.h b/gcc/except.h index c08d0c58399..b498a69c7e0 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -149,8 +149,8 @@ extern int doing_eh PROTO ((int)); /* Toplevel initialization for EH. */ -void set_exception_lang_code PROTO((short)); -void set_exception_version_code PROTO((short)); +void set_exception_lang_code PROTO((int)); +void set_exception_version_code PROTO((int)); /* A list of handlers asocciated with an exception region. HANDLER_LABEL is the the label that control should be transfered to if the data |