* misc.c (insert_default_attributes): Add dummy version.

From-SVN: r45983
This commit is contained in:
Geert Bosch 2001-10-03 01:33:26 +02:00 committed by Geert Bosch
parent 80ebf43e2e
commit c25ca2d7f7
2 changed files with 12 additions and 1 deletions

3
gcc/ada/ChangeLog Normal file
View File

@ -0,0 +1,3 @@
2001-10-02 Geert Bosch <bosch@gnat.com>
* misc.c (insert_default_attributes): Add dummy version.

View File

@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* $Revision: 1.3 $
* $Revision$
* *
* Copyright (C) 1992-2001 Free Software Foundation, Inc. *
* *
@ -954,6 +954,14 @@ lang_get_alias_set (type)
return -1;
}
/* Set default attributes for functions. We do nothing. */
void
insert_default_attributes (decl)
tree decl ATTRIBUTE_UNUSED;
{
}
/* GNU_TYPE is a type. Determine if it should be passed by reference by
default. */