diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-15 20:31:07 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-15 20:31:07 +0000 |
commit | b0287a9034ba44e3a3dae9728a765ab1e03e5450 (patch) | |
tree | ab93dcb3b3786532d89de4391000c8589809df03 /gcc/toplev.c | |
parent | 1737c953d5d6b65078435519a6dbd5e425ad47e6 (diff) | |
download | gcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.zip gcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.tar.gz gcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.tar.bz2 |
c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.
* c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
config/ns32k/ns32k.h, config/rs6000/sysv4.h, fold-const.c,
toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and
"bit-field" spellings in messages.
* po/gcc.pot: Regenerate.
ch:
* expr.c: Use "built-in" spelling in messages.
From-SVN: r48048
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 910296b..342c6cc 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1193,7 +1193,7 @@ documented_lang_options[] = { "-fsigned-bitfields", "" }, { "-funsigned-bitfields", - N_("Make bitfields by unsigned by default") }, + N_("Make bit-fields by unsigned by default") }, { "-fno-signed-bitfields", "" }, { "-fno-unsigned-bitfields","" }, { "-fsigned-char", |