* decl.c (start_decl): Use 'tem'.
From-SVN: r19768
This commit is contained in:
parent
438a7234c4
commit
b5effa192a
@ -1,3 +1,7 @@
|
|||||||
|
Fri May 15 00:46:05 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
|
* decl.c (start_decl): Use 'tem'.
|
||||||
|
|
||||||
Thu May 14 16:30:47 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
|
Thu May 14 16:30:47 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
|
||||||
|
|
||||||
* exception.cc: Include eh-common.h.
|
* exception.cc: Include eh-common.h.
|
||||||
|
@ -6247,7 +6247,7 @@ start_decl (declarator, declspecs, initialized, attributes, prefix_attributes)
|
|||||||
if (! current_function_decl)
|
if (! current_function_decl)
|
||||||
tem = push_template_decl (tem);
|
tem = push_template_decl (tem);
|
||||||
else if (minimal_parse_mode)
|
else if (minimal_parse_mode)
|
||||||
DECL_VINDEX (decl)
|
DECL_VINDEX (tem)
|
||||||
= build_min_nt (DECL_STMT, copy_to_permanent (declarator),
|
= build_min_nt (DECL_STMT, copy_to_permanent (declarator),
|
||||||
copy_to_permanent (declspecs),
|
copy_to_permanent (declspecs),
|
||||||
NULL_TREE);
|
NULL_TREE);
|
||||||
|
Loading…
Reference in New Issue
Block a user