From f9d806de0b5f93a0ceb957e7895cafa83761392b Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 7 Nov 2007 14:47:19 +0000 Subject: [PATCH] a-tasatt.adb: Type Wrapper should be declared in comment instead of already declared type... 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 | 5 +++++ gcc/ada/a-tasatt.adb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index b3194787df5..bcbb51cfdd2 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2007-11-07 Samuel Tardieu + + * a-tasatt.adb: Type Wrapper should be declared in comment instead + of already declared type Node_Access. + 2007-11-07 Olivier Hainque * decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we diff --git a/gcc/ada/a-tasatt.adb b/gcc/ada/a-tasatt.adb index bd04f415529..97e024c0657 100644 --- a/gcc/ada/a-tasatt.adb +++ b/gcc/ada/a-tasatt.adb @@ -196,7 +196,7 @@ -- 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; -- 2.30.2