diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-01-20 17:02:10 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-20 10:02:10 -0700 |
commit | 27766f0efaf7480d281fd45dac7afd107ebdcb5f (patch) | |
tree | 095998f79a3dded1d5f2821cc8b533b1ab9975a9 /gcc/config/vax | |
parent | c9804136891b8770c62b71435dec014485bc7112 (diff) | |
download | gcc-27766f0efaf7480d281fd45dac7afd107ebdcb5f.zip gcc-27766f0efaf7480d281fd45dac7afd107ebdcb5f.tar.gz gcc-27766f0efaf7480d281fd45dac7afd107ebdcb5f.tar.bz2 |
Remove more bytecode stuff.
From-SVN: r17436
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/xm-vms.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/vax/xm-vms.h b/gcc/config/vax/xm-vms.h index a559a03..104f5fe 100644 --- a/gcc/config/vax/xm-vms.h +++ b/gcc/config/vax/xm-vms.h @@ -143,7 +143,6 @@ Boston, MA 02111-1307, USA. */ /* use ANSI/SYSV style byte manipulation routines instead of BSD ones */ /* rename all too-long external symbol names to avoid warnings */ -#define bc_check_for_full_enumeration_handling bc_check_for_full_enum_handling #define check_for_full_enumeration_handling check_for_full_enum_handling #define current_function_contains_functions curfunc_contains_functions #define current_function_epilogue_delay_list curfunc_epilogue_delay_list |