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 devel:LoongArch:Factory/unifdef && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
unifdef-2.7-tests-fix-multimissing.sh.patch | 0000000841 841 Bytes | |
unifdef-2.7.tar.gz | 0000058847 57.5 KB | |
unifdef.changes | 0000001860 1.82 KB | |
unifdef.spec | 0000001948 1.9 KB |
Revision 14 (latest revision is 22)
Stephan Kulow (coolo)
accepted
request 162175
from
Marcus Meissner (msmeissn)
(revision 14)
- update to 2.7: * process multiple files with one invocation * include filenames on #line directives when appropriate. * experimental support for Windows, feedback from Windows developers is welcome * various bug fixes - add unifdef-2.7-tests-fix-multimissing.sh.patch (forwarded request 162145 from rudi_m)
Comments 0