a-tasatt.adb: Type Wrapper should be declared in comment instead of already declared...
authorSamuel Tardieu <sam@rfc1149.net>
Wed, 7 Nov 2007 14:47:19 +0000 (14:47 +0000)
committerSamuel Tardieu <sam@gcc.gnu.org>
Wed, 7 Nov 2007 14:47:19 +0000 (14:47 +0000)
    gcc/ada/
* a-tasatt.adb: Type Wrapper should be declared in comment instead
of already declared type Node_Access.

From-SVN: r129962

gcc/ada/ChangeLog
gcc/ada/a-tasatt.adb

index b3194787df5ab2ec26ab572a216fd58b93c8b88d..bcbb51cfdd2856afe1d12312cac79a1d0e13c05d 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
+
+       * a-tasatt.adb: Type Wrapper should be declared in comment instead
+       of already declared type Node_Access.
+
 2007-11-07  Olivier Hainque  <hainque@adacore.com>
 
        * decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we
index bd04f4155291c40da3887d70381509f0da2e499e..97e024c0657496f2400bd7e27bc5395f862098e7 100644 (file)
 
 --    type Node;
 --    type Node_Access is access all Node;
---    type Node_Access;
+--    type Wrapper;
 --    type Access_Wrapper is access all Wrapper;
 --    type Node is record
 --       Next    : Node_Access;