summaryrefslogtreecommitdiff
path: root/gas/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-30 21:59:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-30 21:59:01 +0000
commitbe066de45a4c59284c00631bbaf1e0acebba9f2b (patch)
tree128aa0c4799b22c38e1cb2a79aba70dbff896962 /gas/expr.c
parent83fba11dc11d3a7056d0527da790287e3b612b54 (diff)
downloadbinutils-redhat-be066de45a4c59284c00631bbaf1e0acebba9f2b.tar.gz
2000-10-30 Kazu Hirata <kazu@hxi.com>
* expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise.
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 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] = {
__, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __,
__, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __,