diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-15 20:31:07 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-15 20:31:07 +0000 |
commit | f4ec69cb4fb9fd87fce4fdb55501c01c511b8e0b (patch) | |
tree | ab93dcb3b3786532d89de4391000c8589809df03 /gcc/cppinit.c | |
parent | 1d8c4563e52b93a352b33ca0aedc8d782f0ea0a4 (diff) | |
download | gcc-f4ec69cb4fb9fd87fce4fdb55501c01c511b8e0b.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48048 138bc75d-0d04-0410-961f-82ee72b054a4
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 7c9e79de4b1..374f5c299f6 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) |