aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/expr.c')
-rw-r--r--gas/expr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/expr.c b/gas/expr.c
index 9c14d4a..8313d95 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] = {
__, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __,
__, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __,