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,b1558fe570ef93b8 X-Google-Attributes: gid103376,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Problems with ADA libraries Date: 1998/11/06 Message-ID: #1/1 X-Deja-AN: 409155306 References: <3642143b.0@news1.mcmail.com> <36423ddc.24016891@SantaClara01.news.InterNex.Net> <71ut2n$vdr$1@nnrp1.dejanews.com> Organization: The Mitre Corp., Bedford, MA. Newsgroups: comp.lang.ada Date: 1998-11-06T00:00:00+00:00 List-Id: In article <71ut2n$vdr$1@nnrp1.dejanews.com> dewar@gnat.com writes: > But we can't give that message for Calender, since there is > nothing to stop you naming your own package Calender! In fact you could, if you want, say: package Calender renames Ada.Calendar; ...and your program will work just fine. ;-) -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...