diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-14 01:12:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-14 01:12:43 +0000 |
commit | ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9 (patch) | |
tree | c7f7a3809bc82839d157b6b508c5782e3193713a /gas/input-scrub.c | |
parent | fd5d712edf282aca4fde5c3c51ff03491237cdbd (diff) | |
download | gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.zip gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.tar.gz gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.tar.bz2 |
2000-12-13 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting.
* cgen.h: Likewise.
* dwarf2dbg.c: Likewise.
* input-scrub.c: Likewise.
* read.h: Likewise.
Diffstat (limited to 'gas/input-scrub.c')
-rw-r--r-- | gas/input-scrub.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/input-scrub.c b/gas/input-scrub.c index 6650892..73cf1ec 100644 --- a/gas/input-scrub.c +++ b/gas/input-scrub.c @@ -102,8 +102,7 @@ static line_numberT physical_input_line; static int logical_input_line; /* Struct used to save the state of the input handler during include files */ -struct input_save -{ +struct input_save { char * buffer_start; char * partial_where; int partial_size; |