diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-03 20:34:35 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-03 20:34:35 +0000 |
commit | 5e3049a0a2e027749dd6753dc14974e4104dc418 (patch) | |
tree | b524182a48e163e0374645e450332b3692ef41eb /gcc/f/top.c | |
parent | 416700dcb6099d38685af39c625c187282c99f2d (diff) | |
download | gcc-5e3049a0a2e027749dd6753dc14974e4104dc418.tar.gz |
Make -fno-emulate-complex the default
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26161 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/top.c')
-rw-r--r-- | gcc/f/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/top.c b/gcc/f/top.c index 6f94b1ce0fd..692801841b3 100644 --- a/gcc/f/top.c +++ b/gcc/f/top.c @@ -65,7 +65,7 @@ bool ffe_is_do_internal_checks_ = FALSE; bool ffe_is_90_ = FFETARGET_defaultIS_90; bool ffe_is_automatic_ = FFETARGET_defaultIS_AUTOMATIC; bool ffe_is_backslash_ = FFETARGET_defaultIS_BACKSLASH; -bool ffe_is_emulate_complex_ = TRUE; +bool ffe_is_emulate_complex_ = FALSE; bool ffe_is_underscoring_ = FFETARGET_defaultEXTERNAL_UNDERSCORED || FFETARGET_defaultUNDERSCORED_EXTERNAL_UNDERSCORED; bool ffe_is_second_underscore_ = FFETARGET_defaultUNDERSCORED_EXTERNAL_UNDERSCORED; |