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/cppinit.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/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 7c9e79d..374f5c2 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1000,7 +1000,7 @@ cpp_finish_options (pfile) { struct pending_option *p; - _cpp_do_file_change (pfile, LC_RENAME, _("<builtin>"), 1, 0); + _cpp_do_file_change (pfile, LC_RENAME, _("<built-in>"), 1, 0); init_builtins (pfile); _cpp_do_file_change (pfile, LC_RENAME, _("<command line>"), 1, 0); for (p = CPP_OPTION (pfile, pending)->directive_head; p; p = p->next) |