* expr.c (get_symbol_table_index): Add spaces in expression.

From-SVN: r159984
This commit is contained in:
Nathan Froyd 2010-05-28 17:11:15 +00:00 committed by Nathan Froyd
parent dcd8b2eea8
commit 7325b1b3ab
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
* expr.c (get_symbol_table_index): Add spaces in expression.
2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
* java-tree.h (method_entry): Declare. Declare VECs containing it.

View File

@ -2304,7 +2304,7 @@ get_symbol_table_index (tree t, tree special,
e->special = special;
done:
return i+1;
return i + 1;
}
tree