On 06/27/2014 03:27 AM, Dodji Seketeli wrote:
+ && print.prev_was_system_token != !!in_system_header_at(loc)) + /* The system-ness of this token is different from the one + of the previous token. Let's emit a line change to + mark the new system-ness before we emit the token. */ + line_marker_emitted = do_line_change(pfile, token, loc, false);
Missing spaces before '('. OK with that fixed. Jason