(unsafe_chars): `p' is unsafe before `-' or `+', since it might generate a C9X-style...
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 19 Mar 1997 21:59:23 +0000 (16:59 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 19 Mar 1997 21:59:23 +0000 (16:59 -0500)
commit641d44433f4955c33001258c070f96599b8694c9
tree11b40ab19f3e8057b636b313086592cb96847b1e
parent76e804216b6e641200178a55cfbfc109f2dc573a
(unsafe_chars): `p' is unsafe before `-' or `+', since it might generate a C9X-style hexadecimal floating-point number.

(unsafe_chars): `p' is unsafe before `-' or `+', since it
might generate a C9X-style hexadecimal floating-point number.
(cpp_handle_options): Set c89 option to 1 if -lang-c89.

From-SVN: r13749
gcc/cpplib.c