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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de8312f092ea7867,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!x42g2000yqx.googlegroups.com!not-for-mail From: mockturtle Newsgroups: comp.lang.ada Subject: YACT (Yet Another C Trap) Date: Sat, 21 Aug 2010 02:32:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <338f4d05-5b3b-47bd-bff8-76c1488eae6d@x42g2000yqx.googlegroups.com> NNTP-Posting-Host: 93.37.248.13 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1282383137 10660 127.0.0.1 (21 Aug 2010 09:32:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 21 Aug 2010 09:32:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x42g2000yqx.googlegroups.com; posting-host=93.37.248.13; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.5.24 Version/10.53,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13574 Date: 2010-08-21T02:32:17-07:00 List-Id: Found in a comment by a Swedish guy (they use "," in float, not ".") in http://embeddedgurus.com/stack-overflow/2010/08/a-foreign-perspective-on-variable-names/ int x = 10,000; // oops, it will compile, perhaps even without warnings. Happy debugging!