On 7/09/2011, at 4:01 AM, Nahuel Greco wrote: > Thats the gcc (or C99?) way to mark you want to evaluate a macro > variable when is in contact with another string, so if you define: It's C89, and it doesn't mark evaluation but concatenation.