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
This commit is contained in:
Samuel Tardieu 2007-11-07 14:47:19 +00:00 committed by Samuel Tardieu
parent fa3886fe57
commit f9d806de0b
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -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;