aboutsummaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1999-09-23 17:19:09 -0400
committerJason Merrill <jason@gcc.gnu.org>1999-09-23 17:19:09 -0400
commit3e37bef596aa6e071a01205f67d7357d25ff5710 (patch)
tree217724d9cc12743f8226e369fb96b87e6b048af6 /gcc/invoke.texi
parent5096c664f76b7355439ca9b158d0cfe720eaa0a6 (diff)
downloadgcc-3e37bef596aa6e071a01205f67d7357d25ff5710.zip
gcc-3e37bef596aa6e071a01205f67d7357d25ff5710.tar.gz
gcc-3e37bef596aa6e071a01205f67d7357d25ff5710.tar.bz2
document -fshort-wchar
From-SVN: r29640
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 43339b80..aa1f2c0 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