From bc3a3375eaae07a7f68eabd9d5c7ca53cf6c2565 Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Wed, 22 Jan 2014 12:27:03 +0000 Subject: Update declarations in ortho_debug.private.ads to allow new commit to ortho_debug to build. Remove duplicated --help clause in grt-options. --- ortho/debug/ortho_debug.private.ads | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ortho') diff --git a/ortho/debug/ortho_debug.private.ads b/ortho/debug/ortho_debug.private.ads index 79fd7b3d9..20bcae24e 100644 --- a/ortho/debug/ortho_debug.private.ads +++ b/ortho/debug/ortho_debug.private.ads @@ -311,10 +311,6 @@ private ON_Array_Sub_Type, ON_Record_Type, ON_Union_Type, ON_Access_Type); type O_Tnode_Type (Kind : ON_Type_Kind) is record Decl : O_Dnode; - -- Alignment, in power of 2. - Align : Natural; - -- Size in bytes. - Size : Unsigned_32; -- True if the type was first created as an uncomplete type. Uncomplete : Boolean; -- True if the type is complete. @@ -325,7 +321,7 @@ private False_N : O_Cnode; when ON_Unsigned_Type | ON_Signed_Type => - null; + Int_Size : Natural; when ON_Float_Type => null; when ON_Enum_Type => -- cgit v1.2.3