From: Jason Merrill Date: Thu, 23 Sep 1999 21:19:09 +0000 (-0400) Subject: document -fshort-wchar X-Git-Tag: prereleases/libstdc++-2.92~10382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e37bef596aa6e071a01205f67d7357d25ff5710;p=thirdparty%2Fgcc.git document -fshort-wchar From-SVN: r29640 --- diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 43339b807692..aa1f2c03ba9a 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -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