From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b9880ab5a4975a57 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: Object with zero bits Date: 13 Oct 2004 08:18:18 -0700 Organization: http://groups.google.com Message-ID: <5ad0dd8a.0410130718.6a7bd161@posting.google.com> References: NNTP-Posting-Host: 62.111.211.178 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1097680698 1601 127.0.0.1 (13 Oct 2004 15:18:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Oct 2004 15:18:18 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5156 Date: 2004-10-13T08:18:18-07:00 List-Id: Hello, You can declare a record that will have zero bits size. Is this what you want? type Frame_Mark is null record; I saw this in System.Stack_Checking. Regards, Wojtek