decl2.c: s/data/opts/ when initializing cpp_reader structure.
1998-12-07 Zack Weinberg <zack@rabi.phys.columbia.edu> * cp/decl2.c: s/data/opts/ when initializing cpp_reader structure. From-SVN: r24155
This commit is contained in:
parent
c50bca0894
commit
3a5ac29d20
@ -1,3 +1,8 @@
|
|||||||
|
1998-12-07 Zack Weinberg <zack@rabi.phys.columbia.edu>
|
||||||
|
|
||||||
|
* cp/decl2.c: s/data/opts/ when initializing cpp_reader
|
||||||
|
structure.
|
||||||
|
|
||||||
1998-12-07 Jason Merrill <jason@yorick.cygnus.com>
|
1998-12-07 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
* decl.c (build_typename_type): Set DECL_ARTIFICIAL.
|
* decl.c (build_typename_type): Set DECL_ARTIFICIAL.
|
||||||
|
@ -526,7 +526,7 @@ lang_decode_option (argc, argv)
|
|||||||
if (! cpp_initialized)
|
if (! cpp_initialized)
|
||||||
{
|
{
|
||||||
cpp_reader_init (&parse_in);
|
cpp_reader_init (&parse_in);
|
||||||
parse_in.data = &parse_options;
|
parse_in.opts = &parse_options;
|
||||||
cpp_options_init (&parse_options);
|
cpp_options_init (&parse_options);
|
||||||
cpp_initialized = 1;
|
cpp_initialized = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user