2000-10-30 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / expr.c
index 9c14d4a522e500fd1c1f73ce921cbce5a431cc0f..8313d95a17b740e4ac46f494bb4a252bb2b73b07 100644 (file)
@@ -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] = {
   __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __,
   __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __,
 
This page took 0.024347 seconds and 4 git commands to generate.