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: a07f3367d7,ed872c72866dab2b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!d14g2000yqb.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: expression function bug or think? Date: Fri, 17 Jun 2011 02:34:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <81880ff3-0c1a-4414-aeab-6a5406d71628@d14g2000yqb.googlegroups.com> References: <678085105329914667.504682rmhost.bauhaus-maps.arcor.de@news.arcor.de> <87wrglwmao.fsf@mid.deneb.enyo.de> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1308303300 9610 127.0.0.1 (17 Jun 2011 09:35:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Jun 2011 09:35:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d14g2000yqb.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19911 Date: 2011-06-17T02:34:52-07:00 List-Id: On Jun 16, 9:41=A0pm, Simon Wright wrote: [snip] > package functions is > =A0 =A0function functions__fib (n : natural) return natural; Thanks for this - this confirms something I'd been told wasn't the case - when compiling GNAT, non-standard identifiers _are_ created and allowed (in this case a name with a double underscore)! -- Martin