lex
lex copied to clipboard
Refering to commit "use concatenated strings instead of repeated printfs".
Hi rofl0r,
Here you change many fprintf calls to one. And, as far as I see, in the old code, only the first instruction will be executed after the else statement. After the patch, the behavior is different.
I looked Ilumos and did not find any differences from the old code.
Unfortunately, I do not understand the code to say for sure. But I believe that the original developers forgot the indentation, not the curly braces. What do you think about this?
P.S. Huge thanks for what you're doing.
hi, sorry for the late reply. in the line you highlighted i can't see any codechanges regarding if/else statements. did you mean to highlight another line?