(binary_op_error): Initialize OPNAME.

From-SVN: r6636
This commit is contained in:
Richard Kenner 1994-02-27 10:42:51 -05:00
parent 30a4619dbe
commit 89c78d7d37
1 changed files with 2 additions and 1 deletions

View File

@ -1300,7 +1300,8 @@ void
binary_op_error (code)
enum tree_code code;
{
register char *opname;
register char *opname = "unknown";
switch (code)
{
case NOP_EXPR: