Re: [Vala] preprocessor rules



On Thu, 2009-04-23 at 12:47 +0200, pancake wrote:
In vala 0.7 we have some preprocessor rules '#if','#else','#endif'...But 
looks that it can only work with
variables, so if i do:

[...]
Are there plans to support numeric values in preprocessing conditionals?

There are no plans for numeric values atm, however, boolean values
already work:

        #if false

        #if true

HTH,
Jürg




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]