On Sat, Jan 17, 2009 at 04:29:50PM +0100, Dag-Erling Sm??rgrav wrote: > Dag-Erling Sm??rgrav <des_at_des.no> writes: > >>> +. if !defined(CSTD) > >>> +CSTD = gnu89 > >>> +. endif > > What I meant to write here is that > > . if !defined(CSTD) > CSTD = gnu89 > . endif > > can simply be written as > > CSTD ?= gnu89 yes.. that was intended but I made a typo.... I have a new patch that I will present soon... sorry for the inconvenienceReceived on Sat Jan 17 2009 - 15:20:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:40 UTC