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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5aa52a6f866183 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-03 00:09:36 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!EU.net!chsun!mlma11.matrix.ch!user From: Mats.Weber@matrix.ch (Mats Weber) Subject: Re: Flags in Ada? Message-ID: Sender: usenet@eunet.ch Organization: ELCA Matrix SA References: <38psul$nsb@news.delphi.com> <38qv61$ff4@gnat.cs.nyu.edu> <392udo$jt4@watnews1.watson.ibm.com> Date: Wed, 2 Nov 1994 14:06:10 GMT Date: 1994-11-02T14:06:10+00:00 List-Id: In article <392udo$jt4@watnews1.watson.ibm.com>, ncohen@watson.ibm.com wrote: > |> P.S. in case you are wondering, 'Img is a GNAT implementation defined > |> attribute that can be applied to objects as well as being used with a > |> subtype name like Image. The output differs only in that the darned blank > |> is omitted for positive values. Eventually we want to extend Img to handle > |> various types, e.g. arrays, but this is not done yet. I think that adding implementation-specific attributes is a VERY bad idea even, as in this case, they are useful. The problem is that they don't need to be imported using a with clause, and it is impossible to assess the portability of code written for that compiler.