Removes ifdefs from C files
Unifdef is useful for removing ifdef'ed 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 to know when
one of these is inactive because it is inside a comment, or a single or
double quote.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/unifdef && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
unifdef-2.8.tar.gz | 0000065076 63.6 KB | |
unifdef.changes | 0000002317 2.26 KB | |
unifdef.spec | 0000001860 1.82 KB |
Revision 15 (latest revision is 22)
Stephan Kulow (coolo)
accepted
request 174683
from
Stephan Kulow (coolo)
(revision 15)
- update to 2.8: * read #define and #undef preprocessor directives from auxiliary header-like files given with the -f command line option. * you can use -f instead of or in addition to the -D and -U options * test suite fixes - remove unifdef-2.7-tests-fix-multimissing.sh.patch - fix broken (out-commented) rpm description text (forwarded request 174663 from rudi_m)
Comments 0