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,b2340cc999c69365 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.212.232 with SMTP id nn8mr13467423pbc.1.1324750054297; Sat, 24 Dec 2011 10:07:34 -0800 (PST) Path: lh20ni59847pbb.0!nntp.google.com!news2.google.com!postnews.google.com!t16g2000vba.googlegroups.com!not-for-mail From: "brian.b.mcguinness@lmco.com" Newsgroups: comp.lang.ada Subject: Re: Find_Token needs another argument Date: Sat, 24 Dec 2011 10:05:33 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <04b92e94-6c06-47c0-8292-789196c4d9eb@i6g2000vbe.googlegroups.com> <8551a9bd-3074-4f36-aa9c-ee0153078e4b@p41g2000yqm.googlegroups.com> NNTP-Posting-Host: 74.102.105.179 Mime-Version: 1.0 X-Trace: posting.google.com 1324750054 9709 127.0.0.1 (24 Dec 2011 18:07:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Dec 2011 18:07:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t16g2000vba.googlegroups.com; posting-host=74.102.105.179; posting-account=RCzICQkAAAC666WraEqUl7Zzu1cGzUUv User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-24T10:05:33-08:00 List-Id: Ok, thanks. I found an Ada 2012 manual online and located the new version of Find_Token. It seems to work fine in gnat. --- Brian