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,e710f7d3f890e76b X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!ciril.fr!oleane.net!oleane!hunter.axlog.fr!nobody From: Jean-Pierre Rosen Newsgroups: comp.lang.ada Subject: Re: Base64-Encoding Date: Fri, 19 Oct 2007 09:35:25 +0200 Organization: Adalog Message-ID: <1om9ff.j2m.ln@hunter.axlog.fr> References: <20071015161229.3f439230@cube.tz.axivion.com> NNTP-Posting-Host: mailhost.axlog.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: s1.news.oleane.net 1192780862 16916 195.25.228.57 (19 Oct 2007 08:01:02 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Fri, 19 Oct 2007 08:01:02 +0000 (UTC) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: Xref: g2news2.google.com comp.lang.ada:2495 Date: 2007-10-19T09:35:25+02:00 List-Id: anon a �crit : > that should say > > type Six_Bits is new Integer mod 2**6 ; -- or use range 0 .. 63 ; > Missed again! Should be: type Six_Bits is mod 2**6; Please get rid of references to Integer! They buy you nothing but trouble... -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr