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=-0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,284ad6483a2009b7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-16 23:11:42 PST From: Patrick Hohmeyer Subject: Is there a tool that removes "use"s from a file ? Newsgroups: comp.lang.ada Reply-To: pi3_1415926536@yahoo.ca Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit User-Agent: KNode/0.3.2 Message-ID: Date: Mon, 17 Dec 2001 02:34:07 -0500 NNTP-Posting-Host: 65.94.190.113 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1008572979 65.94.190.113 (Mon, 17 Dec 2001 02:09:39 EST) NNTP-Posting-Date: Mon, 17 Dec 2001 02:09:39 EST Organization: Bell Sympatico Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.direct.ca!look.ca!news1.tor.metronet.ca!webster!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Xref: archiver1.google.com comp.lang.ada:17980 Date: 2001-12-17T02:34:07-05:00 List-Id: I'm experienting with AdaGtk and it looks very nice, but there are a lot of use clauses in the exemples. As I want to know the different packages, it would be a lot better if they weren't there and I could see directly from which package is what. Now, is there a tool that removes the use clauses and plaes the correct package name in front of everything? Maybe a GNAT-switch? If not, does anybody know which part of the GNAT-sources does the package association, so that I could borrow this code to write such a tool? And would such a tool interrest somebody? -- Patrick Hohmeyer