* decl.c (start_function): Fix cut-and-paste error.

From-SVN: r23031
This commit is contained in:
Herman ten Brugge 1998-10-12 21:34:12 +02:00 committed by Jason Merrill
parent 0816ebdd9b
commit 76fb7947e6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1998-10-12 Herman ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
* decl.c (start_function): Fix cut-and-paste error.
1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
* inc/typeinfo: Add #pragma interface.

View file

@ -12380,7 +12380,7 @@ start_function (declspecs, declarator, attrs, pre_parsed_p)
DECL_INITIAL (decl1) = error_mark_node;
#ifdef SET_DEFAULT_DECL_ATTRIBUTES
SET_DEFAULT_DECL_ATTRIBUTES (decl1, attributes);
SET_DEFAULT_DECL_ATTRIBUTES (decl1, attrs);
#endif
/* This function exists in static storage.