diff options
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/c.opt b/gcc/c.opt index 5613dd49d37..8efeae423c6 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -18,6 +18,7 @@ ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA ; 02111-1307, USA. +; See the GCC internals manual for a description of this file's format. ; Please try to keep this file in ASCII collating order. @@ -606,9 +607,6 @@ fshort-wchar C ObjC C++ ObjC++ Force the underlying type for \"wchar_t\" to be \"unsigned short\" -fshow-column -C ObjC C++ ObjC++ - fsigned-bitfields C ObjC C++ ObjC++ When \"signed\" or \"unsigned\" is not given make the bitfield signed |