mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 21:58:44 +08:00
* misc.c (insert_default_attributes): Add dummy version.
From-SVN: r45983
This commit is contained in:
parent
80ebf43e2e
commit
c25ca2d7f7
3
gcc/ada/ChangeLog
Normal file
3
gcc/ada/ChangeLog
Normal file
@ -0,0 +1,3 @@
|
||||
2001-10-02 Geert Bosch <bosch@gnat.com>
|
||||
|
||||
* misc.c (insert_default_attributes): Add dummy version.
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user