* final.c (output_operand_lossage): Constify PFX_STR.

From-SVN: r50106
This commit is contained in:
Graham Stott 2002-02-27 15:23:18 +00:00
parent f16e627ee6
commit de0ba1f391
1 changed files with 1 additions and 1 deletions

View File

@ -2969,7 +2969,7 @@ output_operand_lossage VPARAMS ((const char *msgid, ...))
{
char *fmt_string;
char *new_message;
char *pfx_str;
const char *pfx_str;
VA_OPEN (ap, msgid);
VA_FIXEDARG (ap, const char *, msgid);