OSDN Git Service

2005-03-08 Ed Schonberg <schonberg@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / exp_attr.ads
index 5d3b7c6..9cf5832 100644 (file)
@@ -6,8 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                                                                          --
---        Copyright (C) 1992,1993,1994 Free Software Foundation, Inc.       --
+--            Copyright (C) 1992-2005, Free Software Foundation, Inc.       --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -30,5 +29,7 @@
 with Types; use Types;
 
 package Exp_Attr is
-   procedure Expand_N_Attribute_Reference       (N : Node_Id);
+
+   procedure Expand_N_Attribute_Reference (N : Node_Id);
+
 end Exp_Attr;