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/cppmacro.c | |
parent | 1d8c4563e52b93a352b33ca0aedc8d782f0ea0a4 (diff) | |
download | ppe42-gcc-f4ec69cb4fb9fd87fce4fdb55501c01c511b8e0b.tar.gz ppe42-gcc-f4ec69cb4fb9fd87fce4fdb55501c01c511b8e0b.zip |
* 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/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index d6f021b67b5..8a4a6401b18 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -145,7 +145,7 @@ builtin_macro (pfile, node) switch (node->value.builtin) { default: - cpp_ice (pfile, "invalid builtin macro \"%s\"", NODE_NAME (node)); + cpp_ice (pfile, "invalid built-in macro \"%s\"", NODE_NAME (node)); return 0; case BT_FILE: |