diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 03:41:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 03:41:10 +0000 |
commit | bb5d2966d86c25ca14d0d12cb96249b8069e0ab1 (patch) | |
tree | 49a428cc31ac0c8c8d92273a9fad5199f445eb95 /gcc/config/vax | |
parent | 72f768a717c3726709ce077622ef7ee917f67a78 (diff) | |
download | gcc-bb5d2966d86c25ca14d0d12cb96249b8069e0ab1.tar.gz |
* config/vax/vax-protos.h: Update. Really.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61952 138bc75d-0d04-0410-961f-82ee72b054a4
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)); |