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,115bda8caeda5fa4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.22.198 with SMTP id g6mr370116pbf.29.1315922536673; Tue, 13 Sep 2011 07:02:16 -0700 (PDT) Path: m9ni5412pbd.0!nntp.google.com!news1.google.com!news.glorb.com!xmission!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Does GNAT support a thread-free RTS? Date: Tue, 13 Sep 2011 10:02:12 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <4e6f24c4$0$7629$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1315922532 17155 192.74.137.71 (13 Sep 2011 14:02:12 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 13 Sep 2011 14:02:12 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:xOt0JCzRhZyuHhZGU5B6R3WP6lw= Xref: news1.google.com comp.lang.ada:17944 Content-Type: text/plain; charset=us-ascii Date: 2011-09-13T10:02:12-04:00 List-Id: "Dmitry A. Kazakov" writes: > Protected objects are not tagged, ... Protected types are tagged if they are derived from synchronized interfaces. - Bob