Commit bc4c01b7 by Eric Christopher

cppopts.texi (fwide-exec-charset): Fix typo.

2004-03-16  Eric Christopher  <echristo@redhat.com>

	* doc/cppopts.texi(fwide-exec-charset): Fix typo.

From-SVN: r79557
parent 3c5cb3e4
2004-03-16 Eric Christopher <echristo@redhat.com>
* doc/cppopts.texi(fwide-exec-charset): Fix typo.
2004-03-16 Kazu Hirata <kazu@cs.umass.edu>
* config/i386/i386-protos.h: Add a prototype for
......
......@@ -507,7 +507,7 @@ supported by the system's @code{iconv} library routine.
Set the wide execution character set, used for wide string and
character constants. The default is UTF-32 or UTF-16, whichever
corresponds to the width of @code{wchar_t}. As with
@option{-ftarget-charset}, @var{charset} can be any encoding supported
@option{-fexec-charset}, @var{charset} can be any encoding supported
by the system's @code{iconv} library routine; however, you will have
problems with encodings that do not fit exactly in @code{wchar_t}.
......
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