Commit 7325b1b3 by Nathan Froyd Committed by Nathan Froyd

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

From-SVN: r159984
parent dcd8b2ee
2010-05-28 Nathan Froyd <froydnj@codesourcery.com> 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. * java-tree.h (method_entry): Declare. Declare VECs containing it.
(struct lang_type): Change type of otable_methods, atable_methods, and (struct lang_type): Change type of otable_methods, atable_methods, and
itable_methods to VECs. Fix comment for atable_methods. itable_methods to VECs. Fix comment for atable_methods.
......
...@@ -2304,7 +2304,7 @@ get_symbol_table_index (tree t, tree special, ...@@ -2304,7 +2304,7 @@ get_symbol_table_index (tree t, tree special,
e->special = special; e->special = special;
done: done:
return i+1; return i + 1;
} }
tree tree
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment