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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71171f53c22d92b5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-12 21:55:04 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsswitch.lcs.mit.edu!news.uchicago.edu!news.cc.uic.edu!aanews.merit.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: C's trikery semantic opens up backdoor in new Linux kernel Date: Thu, 13 Nov 2003 00:50:47 -0500 Organization: Michigan State University Message-ID: References: <3FB1A63C.9080200@nowhere.com> <8Eisb.14119$hB5.9208@nwrdny02.gnilink.net> <3FB1F484.50705@nowhere.com> NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:2434 Date: 2003-11-13T00:50:47-05:00 List-Id: "Preben Randhol" wrote in message news:slrnbr4a2k.6f3.randhol+valid_for_reply_from_news@kiuk0156.chembio.ntnu.no... > > And I thought ==, +=, -= should be so much more readable as 5 languages > use them ;-) A little off topic but if you have a += type operator why doesn't x == y mean x := (x = y) (the second part isn't c of course ;) A little inconsistent if you ask me ;-)