mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 14:30:42 +08:00
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:
parent
fa3886fe57
commit
f9d806de0b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user