diff options
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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] = { __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, |