Name: | unifdef |
---|---|
Version: | 1.171 |
Release: | 5.fc6 |
Architecture: | i386 |
Group: | Development/Languages |
Size: | 18619 |
License: | BSD |
RPM: | unifdef-1.171-5.fc6.i386.rpm |
Source RPM: | unifdef-1.171-5.fc6.src.rpm |
Build Date: | Wed Jun 06 2007 |
Build Host: | ca-build14 |
Vendor: | Oracle USA |
URL: | http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/unifdef/ |
Summary: | Unifdef tool for removing ifdef'd lines |
Description: | 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. |