Commit 0690a9f4 by Kazu Hirata Committed by Kazu Hirata

* java-tree.h: Fix a comment typo.

From-SVN: r88393
parent acfeef9c
2004-10-01 Kazu Hirata <kazu@cs.umass.edu>
* java-tree.h: Fix a comment typo.
2004-09-30 Per Bothner <per@bothner.com> 2004-09-30 Per Bothner <per@bothner.com>
Simplify lexer. Implement --enable-mapped-location support. Simplify lexer. Implement --enable-mapped-location support.
......
...@@ -956,8 +956,8 @@ struct lang_decl_func GTY(()) ...@@ -956,8 +956,8 @@ struct lang_decl_func GTY(())
int max_locals; int max_locals;
int max_stack; int max_stack;
int arg_slot_count; int arg_slot_count;
/* A temportary lie for the sake of ggc. Actually, last_line is /* A temporary lie for the sake of ggc. Actually, last_line is
* only a source_location if USE_MAPPED_LOCATION. FIXME. */ only a source_location if USE_MAPPED_LOCATION. FIXME. */
source_location last_line; /* End line number for a function decl */ source_location last_line; /* End line number for a function decl */
tree wfl; /* Information on the original location */ tree wfl; /* Information on the original location */
tree throws_list; /* Exception specified by `throws' */ tree throws_list; /* Exception specified by `throws' */
......
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