]> git.ipfire.org Git - thirdparty/gcc.git/commit
* toplev.c (documented_lang_options): Add -fshort-wchar.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 1999 21:03:53 +0000 (21:03 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 1999 21:03:53 +0000 (21:03 +0000)
commitbe37a9cb8d4448760cca2b4105f446164043d933
treef1348bbe949f8cba90abd610eefdbe630bdaa2c1
parent2b55365999fe19a6ca7e12477214d5c5dde0ec9f
* toplev.c (documented_lang_options): Add -fshort-wchar.
* c-decl.c (c_decode_option): Likewise.
(init_decl_processing): If -fshort-wchar, use 'short unsigned int'
for wchar_t.
* c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
* gcc.c (default_compilers): If -fshort-wchar,
override __WCHAR_TYPE__.
* tm.texi (C Dialect Options): Add -fshort-wchar.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29638 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/c-lex.c
gcc/gcc.c
gcc/toplev.c