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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!news-in-01.newsfeed.easynews.com!easynews!core-easynews-01!easynews.com!en-nntp-16.dc1.easynews.com.POSTED!not-for-mail From: agent@drrob1.com Newsgroups: comp.lang.ada Subject: Re: gnatmake error I don't understand Message-ID: References: User-Agent: ForteAgent/7.20.32.1218 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@easynews.com Organization: Forte Inc. http://www.forteinc.com/apn/ X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Date: Thu, 03 Apr 2014 20:44:11 -0400 X-Received-Bytes: 1133 Xref: news.eternal-september.org comp.lang.ada:19110 Date: 2014-04-03T20:44:11-04:00 List-Id: I forgot 1 thing. My tokenizea.adb routine has this line that I use stolen from Modula-2: function CAP(Item : Character) return Character renames Ada.Characters.Handling.To_Upper; function CAP(Item : String) return String renames Ada.Characters.Handling.To_Upper; So I with and use tokenizea because of the CAP function that I like from Modula-2. --rob solomon