OSDN Git Service

document -fshort-wchar
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 1999 21:19:09 +0000 (21:19 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 1999 21:19:09 +0000 (21:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29640 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/invoke.texi

index 43339b8..aa1f2c0 100644 (file)
@@ -931,6 +931,10 @@ to use single precision operations when the operands are single
 precision, use this option.   This option has no effect when compiling
 with ANSI or GNU C conventions (the default).
 
+@item -fshort-wchar
+Override the underlying type for @samp{wchar_t} to be @samp{short
+unsigned int} instead of the default for the target.  This option is
+useful for building programs to run under WINE.
 @end table
 
 @node C++ Dialect Options