* doc/invoke.texi: Deprecate -fwritable-strings.

From-SVN: r74959
This commit is contained in:
Mark Mitchell 2003-12-23 00:28:04 +00:00 committed by Mark Mitchell
parent 28476563a2
commit adb83beed2
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2003-12-22 Mark Mitchell <mark@codesourcery.com>
* doc/invoke.texi: Deprecate -fwritable-strings.
* c-common.c (flag_external_templates): Remove.
(flag_alt_external_templates): Likewise.
* c-common.h (flag_external_templates): Remove.

View File

@ -1244,6 +1244,8 @@ write into string constants.
Writing into string constants is a very bad idea; ``constants'' should
be constant.
This option is deprecated.
@end table
@node C++ Dialect Options