c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 17 Mar 2003 06:41:06 +0000 (06:41 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 17 Mar 2003 06:41:06 +0000 (06:41 +0000)
commit783e29899b5bbeccf67a8460c0e10d91cb45e2fa
tree8b2722d0b6eec418537a94d6fbb9ddc51f7ce249
parent72ecfc6033acf7c9294f27fe66d2c8886f1dc86d
c-opts.c: Default TARGET_EBCDIC to 0 if not defined.

* c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
(c_common_init): Set EBCDIC in cpp options.
* cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
not conditional compilation.
* cpplib.h (struct cpp_options): New entry EBCDIC.

From-SVN: r64471
gcc/ChangeLog
gcc/c-opts.c
gcc/cpplex.c
gcc/cpplib.h