X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Finput-scrub.c;h=73cf1ec32dcef6a0ead58010ffe8228a16f8669b;hb=ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9;hp=6650892fc3611f5234971b7023d5658e96c42407;hpb=fd5d712edf282aca4fde5c3c51ff03491237cdbd;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/input-scrub.c b/gas/input-scrub.c index 6650892fc3..73cf1ec32d 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;