diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-10-17 20:21:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-10-17 20:21:45 +0000 |
commit | e6c774b42adff3c63cb512132d9a7c40ca99be72 (patch) | |
tree | 9bf9eceade177e288c05e6277411d7255b540a63 /gas/expr.h | |
parent | ea20a7da87b245e4eb49ccc0688b9052c8815fe1 (diff) | |
download | gdb-e6c774b42adff3c63cb512132d9a7c40ca99be72.zip gdb-e6c774b42adff3c63cb512132d9a7c40ca99be72.tar.gz gdb-e6c774b42adff3c63cb512132d9a7c40ca99be72.tar.bz2 |
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.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. */ |