aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/expr.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-12-15 20:31:07 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-15 20:31:07 +0000
commitb0287a9034ba44e3a3dae9728a765ab1e03e5450 (patch)
treeab93dcb3b3786532d89de4391000c8589809df03 /gcc/ch/expr.c
parent1737c953d5d6b65078435519a6dbd5e425ad47e6 (diff)
downloadgcc-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/ch/expr.c')
-rw-r--r--gcc/ch/expr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c
index 9a1ab09..da92ab9 100644
--- a/gcc/ch/expr.c
+++ b/gcc/ch/expr.c
@@ -1484,7 +1484,7 @@ build_chill_descr (expr)
/* check for expression is referable */
if (! CH_REFERABLE (expr))
{
- error ("expression for DESCR-builtin must be referable");
+ error ("expression for DESCR-built-in must be referable");
return error_mark_node;
}
@@ -2974,11 +2974,11 @@ build_generalized_call (func, args)
case BUILT_IN_EXPIRED:
case BUILT_IN_WAIT:
- sorry ("unimplemented builtin function `%s'",
+ sorry ("unimplemented built-in function `%s'",
IDENTIFIER_POINTER (fnname));
break;
default:
- error ("internal error - bad builtin function `%s'",
+ error ("internal error - bad built-in function `%s'",
IDENTIFIER_POINTER (fnname));
}
}