diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-10-30 21:59:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-10-30 21:59:01 +0000 |
commit | b041f888acb608ad6d70d30e5a6d19ae23a9b69c (patch) | |
tree | 50ae6e5a95fbd7ddafd6daaaf296cfb5b70287ce /gas/expr.c | |
parent | 8e1a459b89eaace9fc44bf1734d1dfc4cd39a8f9 (diff) | |
download | gdb-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.zip gdb-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.tar.gz gdb-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.tar.bz2 |
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.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] = { __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, |