summaryrefslogtreecommitdiff
path: root/gas/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-17 20:21:45 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-17 20:21:45 +0000
commit346ef029eac60b60044a551338f448d2db37ff11 (patch)
treed12623e012ec87b852d71ab5a6395fd4931f7578 /gas/expr.h
parentb6638427aea42e2f712e847e6a9af54dbc78937f (diff)
downloadbinutils-redhat-346ef029eac60b60044a551338f448d2db37ff11.tar.gz
2000-10-17 Kazu Hirata <kazu@hxi.com>
* debug.c: Fix formatting. * depend.c: Likewise. * dwarf2dbg.c: Likewise. * dwarf2dbg.h: Likewise. * ecoff.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flonum-konst.c: Likewise. * frags.h: Likewise.
Diffstat (limited to 'gas/expr.h')
-rw-r--r--gas/expr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/expr.h b/gas/expr.h
index d312885507..d63ab7fa04 100644
--- a/gas/expr.h
+++ b/gas/expr.h
@@ -39,8 +39,7 @@
NOTE: This enumeration must match the op_rank array in expr.c. */
-typedef enum
-{
+typedef enum {
/* An illegal expression. */
O_illegal,
/* A nonexistent expression. */
@@ -111,8 +110,7 @@ typedef enum
O_max
} operatorT;
-typedef struct expressionS
-{
+typedef struct expressionS {
/* The main symbol. */
symbolS *X_add_symbol;
/* The second symbol, if needed. */