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: jerry@jvdsys.stuyts.nl (Jerry van Dijk) Subject: Re: Multiple pragma Imports Date: 1998/12/28 Message-ID: #1/1 X-Deja-AN: 426868154 References: <762u9n$kfn$1@nnrp1.dejanews.com> <1998Dec27.083157.1@eisner> <7672t0$nr2$1@nnrp1.dejanews.com> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1998-12-28T00:00:00+00:00 List-Id: dewar@gnat.com wrote: : 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); : 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. Aha, now I see what you meant. -- -- Jerry van Dijk | email: jdijk@acm.org -- Leiden, Holland | member Team-Ada -- Ada & Win32: http://stad.dsl.nl/~jvandyk