On Sunday, June 05, 2011 10:20:19 AM Sven Eckelmann wrote:
CodingStyle "Chapter 12: Macros, Enums and RTL" highly recommends to use functions instead of macros were possible. This ensures type safety and prevents shadowing of other variables.
Applied in revision a14621f.
Thanks, Marek