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-Thread: 103376,b808976917d4e4d3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Vinzent 'Gadget' Hoefler Newsgroups: comp.lang.ada Subject: Re: Interfaces.C and use clause Date: Thu, 19 May 2005 14:22:31 +0000 Message-ID: <2275453.FxLxGAJVLR@jellix.jlfencey.com> References: <1116511104.203615.78160@g43g2000cwa.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net 1cR1f8mZyFA8U/2lNc+agQov22JTzc7VS2O1+ab97mtsTPP9lu X-Phone: +41 62 961 13 52 X-Mood: If you knew, I had to kill you. Xref: g2news1.google.com comp.lang.ada:11091 Date: 2005-05-19T14:22:31+00:00 List-Id: ich_bin_elvis@hotmail.com wrote: > I'm using interfaces.C with a use clause, use is not allowed in SPARK > and this give me an error when i try to remove the use clause because > then i get an error on all oprators. how can I solve this? What about the appropriate "use type"s? Vinzent. -- worst case: The wrong assumption there actually is one.