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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4c42ac518eba0bbe X-Google-Attributes: gid103376,public From: frsdes@aol.com (FRS DES) Subject: Re: Programming language vote - results Date: 1997/11/24 Message-ID: <19971124173900.MAA27347@ladder01.news.aol.com>#1/1 X-Deja-AN: 292235920 References: <880301061snz@genesis.demon.co.uk> X-Admin: news@aol.com Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada Date: 1997-11-24T00:00:00+00:00 List-Id: In article <880301061snz@genesis.demon.co.uk>, fred@genesis.demon.co.uk (Lawrence Kirby) writes: > The second form is invalid, it is interpreted the same as: >if((!to) = malloc(sizeof *to)) { What is required at the very least is: >if(!(to = malloc(sizeof *to))) { This thread no longer seems to have anything to do withg APL -- Please remove comp.lang.apl from the list of newsgroups, or start a new thread. -David E. Siegel Software Developer, LEX2000, Inc (Formerly Financial Reporting Software, or FRS) FRSdes@AOL.COM