Path: csiph.com!news.mixmin.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Tim Rentsch Newsgroups: comp.lang.c Subject: Re: bart again (UCX64) Date: Sun, 03 Sep 2023 11:47:55 -0700 Organization: A noiseless patient Spider Lines: 8 Message-ID: <86edjfqejo.fsf@linuxsc.com> References: <871qfiknil.fsf@bsb.me.uk> <20230901112550.821@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: dont-email.me; posting-host="6ef63087f855104b64afdd13e03f4862"; logging-data="1098838"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+mMdLA4Or/IWEiHYw4inZK1S5p3JXZW6o=" User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux) Cancel-Lock: sha1:L3QD5NrBaOjLUZrl3Rc28KNLuJc= sha1:M0fn8BH2eioth8z7I1SjXeZnpt0= Xref: csiph.com comp.lang.c:173808 scott@slp53.sl.home (Scott Lurndal) writes: > Generally I tend to eschew conditional compilation[*]. [...] > [*] With the occasional exception isolated to a header file. All sensible people do. In almost all cases such platform dependencies should be hidden and abstracted away well out of sight (such as in a header) of the main code body.