[webkit-dev] WTF USE(...) macro

2015-04-29 Thread Martin Robinson
Hi, please forgive my continuing quest into the realm of small build cleanups. We have some handy WTF macros to deal with build variables. For example #if ENABLE(WHATEVER) will be true if ENABLE_WHATEVER is defined and not 0. There are a few others such as PLATFORM(...) and USE(...). One

Re: [webkit-dev] WTF USE(...) macro

2015-04-29 Thread Maciej Stachowiak
On Apr 29, 2015, at 9:56 AM, Martin Robinson mrobin...@webkit.org wrote: Hi, please forgive my continuing quest into the realm of small build cleanups. We have some handy WTF macros to deal with build variables. For example #if ENABLE(WHATEVER) will be true if ENABLE_WHATEVER is