]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-parse.in (%union): Replace filename & lineno with location.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 28 Jun 2003 12:30:05 +0000 (12:30 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 28 Jun 2003 12:30:05 +0000 (12:30 +0000)
commit374a4e6cc7e1f76460f9f4ca11fe688a6c638d90
treec2318c2c646bccabb7b829342db207d56d0228a8
parent88373ed0fbc182cc1b04bf5cdafd9b1da885b8bd
c-parse.in (%union): Replace filename & lineno with location.

* c-parse.in (%union): Replace filename & lineno with location.
(save_filename, save_lineno): Remove.
(save_location): New.
(fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
nested_function, notype_nested_function, if_prefix, lineno_stmt,
lineno_label, label): Adjust.

From-SVN: r68636
gcc/ChangeLog
gcc/c-parse.in