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

_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to