Fix last checkin

This commit is contained in:
Stan Shebs 2010-03-18 16:01:29 +00:00
parent a5b82cbeaf
commit 1c40aa62ec
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ require_rvalue (struct agent_expr *ax, struct axs_value *value)
|| TYPE_CODE (value->type) == TYPE_CODE_STRUCT
|| TYPE_CODE (value->type) == TYPE_CODE_UNION
|| TYPE_CODE (value->type) == TYPE_CODE_FUNC)
error ("Value not scalar: cannot be an rvalue.");
error (_("Value not scalar: cannot be an rvalue."));
switch (value->kind)
{