document -fshort-wchar
authorJason Merrill <jason@gcc.gnu.org>
Thu, 23 Sep 1999 21:19:09 +0000 (17:19 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 23 Sep 1999 21:19:09 +0000 (17:19 -0400)
From-SVN: r29640

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