Skip to content

Commit

Permalink
unifdef: update to upstream revision 1.190
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Tony Finch <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
fanf2 authored and michal42 committed Dec 12, 2009
1 parent eb8f844 commit d8379ab
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 134 deletions.
6 changes: 6 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5407,6 +5407,12 @@ F: drivers/uwb/*
F: include/linux/uwb.h
F: include/linux/uwb/

UNIFDEF
M: Tony Finch <[email protected]>
W: http://dotat.at/prog/unifdef
S: Maintained
F: scripts/unifdef.c

UNIFORM CDROM DRIVER
M: Jens Axboe <[email protected]>
W: http://www.kernel.dk
Expand Down
Loading

0 comments on commit d8379ab

Please sign in to comment.