Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
unifdef: Unifdef tool for removing ifdef'd lines
- Summary
- Unifdef is useful for removing ifdefed lines from a file while otherwise
leaving the file alone. Unifdef acts on #ifdef, #ifndef, #else, and #endif
lines, and it knows only enough about C and C++ to know when one of these
is inactive because it is inside a comment, or a single or double quote.
Changelog
- * Sat Jul 15 17:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> - 1.171-5
- Don't redefine %dist
- * Fri Jul 14 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.171-4
- Minor specfile cleanups from review
- * Tue May 2 17:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> - 1.171-3
- Minor specfile cleanups from review