cppinit.c: (cpp_reader_init): Allow digraphs by default.
authorNeil Booth <neilb@earthling.net>
Tue, 11 Jul 2000 08:58:28 +0000 (08:58 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 11 Jul 2000 08:58:28 +0000 (08:58 +0000)
commit9b55f29a8432a6e841ad1e842585666562c6eca3
tree34bafa80cd73a9004dc7444f72a7555fb0602318
parentbb6a53c76b68192547959b6717c5632a9ee225bd
cppinit.c: (cpp_reader_init): Allow digraphs by default.

* cppinit.c: (cpp_reader_init): Allow digraphs by default.
(handle_option): Set digraphs according to standard.
Merge OPT_lang_c89 handler with OPT_std_c89.

* cpplex.c: (lex_line, can_paste): Honour digraphs in
accordance with the digraphs flag.

* cpplib.h: (struct cpp_options): New option digraphs.

From-SVN: r34956
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.h