aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_attr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_attr.ads')
-rw-r--r--gcc/ada/exp_attr.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/exp_attr.ads b/gcc/ada/exp_attr.ads
index b0c66e4..9cf5832 100644
--- a/gcc/ada/exp_attr.ads
+++ b/gcc/ada/exp_attr.ads
@@ -6,7 +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- --
@@ -29,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;