From be066de45a4c59284c00631bbaf1e0acebba9f2b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 30 Oct 2000 21:59:01 +0000 Subject: 2000-10-30 Kazu Hirata * expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise. --- gas/expr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gas/expr.c') diff --git a/gas/expr.c b/gas/expr.c index 9c14d4a522..8313d95a17 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] = { __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, -- cgit v1.2.1