On 27.11.2009 16:50, Tony Finch wrote: > Fix handling of input files (e.g. with no newline at EOF) that could > make unifdef get into an unexpected state and call abort(). > > The new -B option compresses blank lines around a deleted section > so that blank lines around "paragraphs" of code don't get doubled. > > The evaluator can now handle macros with arguments, and unbracketed > arguments to the "defined" operator. > > Add myself to MAINTAINERS for unifdef. > > Obtained-from: http://dotat.at/prog/unifdef/ > Signed-off-by: Tony Finch <dot@xxxxxxxx> > Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx> Thanks, applied. I remove the Obtained-from: line because I didn't find prior use of it and you list your website in MAINTAINERS anyway. I assume Sam's ack still holds because the changes you mention are trivial. BTW, scripts/checkpatch.pl reports some coding style issues (mostly parentheses in return statements and opening braces directly after function declarations), but as this is not original kernel source but a copy of one file from another project, I think we should be lenient here. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html