Re: [PATCH] Fix use of stringize in lexxer.l

2016-04-04 Thread Samuel Thibault
Flavio Cruz, on Sun 03 Apr 2016 16:12:16 +0200, wrote: > The fields instr and outstr should be set to a string and not to the > stringified number represented by the string. This improves the readability of > mig stubs code that creates mach_msg_type_t values for messages. Indeed. That however dup

[PATCH] Fix use of stringize in lexxer.l

2016-04-03 Thread Flavio Cruz
The fields instr and outstr should be set to a string and not to the stringified number represented by the string. This improves the readability of mig stubs code that creates mach_msg_type_t values for messages. * lexxer.l: Inline stringize in TPRETURN and TRETURN. --- lexxer.l | 16 +++-