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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c348430b94ced675 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-13 15:54:01 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sf.pbi.net!63.208.208.143!feed2.onemain.com!feed1.onemain.com!uunet!dca.uu.net!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Exporting generic's and tagged types Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Fri, 13 Apr 2001 22:51:34 GMT References: <3AD155BF.E771B7E8@worldnet.att.net> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:6876 Date: 2001-04-13T22:51:34+00:00 List-Id: Simon Wright writes: > You can (in GNAT, anyway) supply a computed string for pragma Import: This is a standard feature of Ada -- not GNAT-specific. You can give any static string expression, including the one you showed: > pragma Import (C, Open, Import_Prefix & "open"); - Bob