merge from gcc

This commit is contained in:
DJ Delorie
2001-10-07 17:24:36 +00:00
parent 6ce8b3699c
commit e6450fe561
12 changed files with 54 additions and 35 deletions

View File

@@ -1557,11 +1557,11 @@ demangle_operator_name (dm, short_name, num_args)
struct operator_code
{
/* The mangled code for this operator. */
const char *code;
const char *const code;
/* The source name of this operator. */
const char *name;
const char *const name;
/* The number of arguments this operator takes. */
int num_args;
const int num_args;
};
static const struct operator_code operators[] =