comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: When to expect bugs fixed?
Date: Sat, 01 Nov 2014 22:48:28 +0000
Date: 2014-11-01T22:48:28+00:00	[thread overview]
Message-ID: <lysii2h70j.fsf@pushface.org> (raw)
In-Reply-To: lywq7eh7bm.fsf@pushface.org

Simon Wright <simon@pushface.org> writes:

> generic
>    type Record_Type; -- It should be an untagged record for C compatibility
>    type Record_Type_Access is access Record_Type; -- should have convention C
> package RDF.Auxilary.Handled_Record is
>
>    subtype Access_Type is Record_Type_Access;

Or even

========================================================================
generic
   type Record_Type; -- It should be an untagged record for C compatibility
   type Access_Type is access Record_Type; -- should have convention C
package RDF.Auxilary.Handled_Record is
========================================================================


  reply	other threads:[~2014-11-01 22:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-01 17:24 When to expect bugs fixed? Victor Porton
2014-11-01 17:44 ` Ludovic Brenta
2014-11-01 17:55   ` Victor Porton
2014-11-01 21:02     ` Anh Vo
2014-11-01 22:41   ` Simon Wright
2014-11-01 22:48     ` Simon Wright [this message]
2014-11-01 22:57       ` Victor Porton
2014-11-02  7:36         ` Simon Wright
2014-11-03 15:46 ` Tero Koskinen
2014-11-03 17:00   ` Luke A. Guest
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox