Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!killer!pollux!megamax!michel From: michel@megamax.UUCP (Michel Rynderman) Newsgroups: comp.sys.atari.st Subject: Re: Laser C bug Message-ID: <1314@megamax.UUCP> Date: 18 Mar 88 15:39:08 GMT References: <4057@batcomputer.tn.cornell.edu> Reply-To: michel@megamax.UUCP (Michel Rynderman) Organization: Megamax, Inc; Dallas, TX Lines: 7 In article 7698 Moshe Braner writes: >>The Laser C preprocessor will not take a logical OR, as in: >>#if (AtST || MSDOS) According to K & R || and && are not part of a constant expression that can be used in the preprocessor. (see page 211). Michel@megamax