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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,de68e4ddf10693 X-Google-Attributes: gid103376,public From: dewar@gnat.com Subject: Re: Multiple pragma Imports Date: 1998/12/28 Message-ID: <7672t0$nr2$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 426328877 References: <762u9n$kfn$1@nnrp1.dejanews.com> <1998Dec27.083157.1@eisner> X-Http-Proxy: 1.0 x1.dejanews.com:80 (Squid/1.1.22) for client 166.72.71.106 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Dec 28 04:53:52 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1998-12-28T00:00:00+00:00 List-Id: In article , jerry@jvdsys.stuyts.nl (Jerry van Dijk) wrote: > What I was thinking of was situations like: > > int min (int a, int b); > float min (float a, float b); > > and such. > > Jerry. But that situation is quite standard, and is the one where *different* pragma Imports must be used. The familiar and intended way of solving this problem is by using renames so that the pragmas refer to unique names. Robert Dewar -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own