Commit f9d806de by Samuel Tardieu Committed by Samuel Tardieu

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
parent fa3886fe
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
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment