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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dc22a6c765e4ced6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-21 11:29:40 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: converting VADS Ada 83 code to GNAT Ada 95 Date: 21 Jul 2001 11:29:39 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0107211029.24c4afff@posting.google.com> References: <51614484.0107200655.1d7a93d3@posting.google.com> NNTP-Posting-Host: 208.224.77.203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 995740180 26054 127.0.0.1 (21 Jul 2001 18:29:40 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 21 Jul 2001 18:29:40 GMT Xref: archiver1.google.com comp.lang.ada:10408 Date: 2001-07-21T18:29:40+00:00 List-Id: pauljud@yahoo.com (Paul Jud) wrote in message news:<51614484.0107200655.1d7a93d3@posting.google.com>... > The gnatchop hint is probably the one that will save people the most > time. It worked great. If you found this a useful hint, let me give you another, which is more general and even more valuable - read the documentation! In this particular case, the user's guide has an entire chapter whose title is "Renaming Files Using gnatchop" The subsections of this chapter are: * Handling Files with Multiple Units:: * Operating gnatchop in Compilation Mode:: * Command Line for gnatchop:: * Switches for gnatchop:: * Examples of gnatchop Usage:: So you will find not only this "gnatchop hint" in this section, but a whole lot of additional useful details on dealing with this particular issue.