diff options
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/expr.c b/gas/expr.c index 9c14d4a522e..8313d95a17b 100644 --- a/gas/expr.c +++ b/gas/expr.c @@ -1417,9 +1417,8 @@ clean_up_expression (expressionP) #undef __ #define __ O_illegal -static const operatorT op_encoding[256] = -{ /* Maps ASCII -> operators. */ - +/* Maps ASCII -> operators. */ +static const operatorT op_encoding[256] = { __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, |