Commit 7e05b7ae by Gabriel Dos Reis Committed by Gabriel Dos Reis

decl2.c (lang_decode_option): Enable automatic line wrapping.

2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>

        * decl2.c (lang_decode_option): Enable automatic line wrapping.

From-SVN: r31999
parent 22d05f60
2000-01-16 Gabriel Dos Reis <gdr@codesourcery.com>
* decl2.c (lang_decode_option): Enable automatic line wrapping.
2000-02-13 Jason Merrill <jason@casey.cygnus.com>
* parse.y (frob_specs): Split out...
......
......@@ -570,6 +570,9 @@ lang_decode_option (argc, argv)
strings_processed = 0;
#endif /* ! USE_CPPLIB */
/* Enable automatic line wrapping by default */
set_message_length (72);
if (!strcmp (p, "-ftraditional") || !strcmp (p, "-traditional"))
/* ignore */;
else if (p[0] == '-' && p[1] == 'f')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment