selectively remove C preprocessor conditionals
License
fanf2/unifdef
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
unifdef - selectively remove C preprocessor conditionals Written by Tony Finch <dot@dotat.at> - http://dotat.at/prog/unifdef/ The unifdef utility selectively processes conditional C preprocessor #if and #ifdef directives. It removes from a file both the directives and the additional text that they delimit, while otherwise leaving the file alone. Please see the INSTALL file for installation instructions. Pre-formatted documentation can be found in unifdef.txt You can download the latest release tar and zip files from: http://dotat.at/prog/unifdef Note: GitHub's "releases" are incomplete and broken, but I am not able to redrect them to the right place. You can clone the development repository using: git clone http://dotat.at/git/unifdef.git I also maintain a copy at http://github.com/fanf2/unifdef (Warning: GitHub's zip download is incomplete and unusable.) Please send bug reports and patches to me via email to the address above. Unless you state otherwise, I will assume that any contributions are under the two-clause BSD licence. See the COPYING file for details. Thanks to the following people for their contributions: Bob Proulx <bob@proulx.com> - test suite Jonathan Nieder <jrnieder@gmail.com> - bug fixes, improved unifdefall Anders H Kaseorg <andersk@mit.edu> - bug fixes and other improvements Ruediger Meier <ruediger.meier@ga-group.nl> - build and portability cleanups Ben Hutchings at Solarflare Communications - lenient evaluation of && and || Steve Underwood <steveu@coppice.org> - read #define and #undef directives from a file Brian Ginsbach <ginsbach@netbsd.org> - improved expression evaluator Other contributions are listed in the Changelog. - end -
About
selectively remove C preprocessor conditionals
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published