* parse.c (prefixify_expression): Minor reformatting.
This commit is contained in:
parent
2c0aeda459
commit
df2a60d01d
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-10-26 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* parse.c (prefixify_expression): Minor reformatting.
|
||||
|
||||
2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* version.in: Use dot instead of dash.
|
||||
|
|
|
@ -661,8 +661,7 @@ copy_name (struct stoken token)
|
|||
static void
|
||||
prefixify_expression (struct expression *expr)
|
||||
{
|
||||
int len =
|
||||
sizeof (struct expression) + EXP_ELEM_TO_BYTES (expr->nelts);
|
||||
int len = sizeof (struct expression) + EXP_ELEM_TO_BYTES (expr->nelts);
|
||||
struct expression *temp;
|
||||
int inpos = expr->nelts, outpos = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue