OSDN Git Service

* misc.c (insert_default_attributes): Add dummy version.
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Oct 2001 23:33:26 +0000 (23:33 +0000)
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Oct 2001 23:33:26 +0000 (23:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45983 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog [new file with mode: 0644]
gcc/ada/misc.c

diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
new file mode 100644 (file)
index 0000000..b0681fe
--- /dev/null
@@ -0,0 +1,3 @@
+2001-10-02  Geert Bosch  <bosch@gnat.com>
+
+       * misc.c (insert_default_attributes): Add dummy version.
index 365bc0a..a806d24 100644 (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.  */