diff options
author | Richard Henderson <rth@redhat.com> | 2003-01-27 19:41:10 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-01-27 19:41:10 -0800 |
commit | 5ca9898002fc6c777cd25caa42e58ece40fe9978 (patch) | |
tree | 49a428cc31ac0c8c8d92273a9fad5199f445eb95 /gcc/config/vax | |
parent | b9962e0a16ec3bbcee82758318a82716d1eb2152 (diff) | |
download | gcc-5ca9898002fc6c777cd25caa42e58ece40fe9978.tar.gz |
* config/vax/vax-protos.h: Update. Really.
From-SVN: r61952
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vax-protos.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/vax/vax-protos.h b/gcc/config/vax/vax-protos.h index 307f5eb40ef..0e8cfb1f484 100644 --- a/gcc/config/vax/vax-protos.h +++ b/gcc/config/vax/vax-protos.h @@ -34,8 +34,4 @@ extern int reg_was_0_p PARAMS ((rtx, rtx)); extern int check_float_value PARAMS ((enum machine_mode, REAL_VALUE_TYPE *, int)); #endif /* REAL_VALUE_TYPE */ -#ifdef TREE_CODE -extern void vax_output_mi_thunk PARAMS ((FILE *, tree, HOST_WIDE_INT, tree)); -#endif /* TREE_CODE */ - extern void const_section PARAMS ((void)); |