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/cppmacro.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/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 d6f021b..8a4a640 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: |