Commit c25ca2d7 by Geert Bosch Committed by Geert Bosch

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

From-SVN: r45983
parent 80ebf43e
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment