File: README

package info (click to toggle)
unifdef 2.10-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,648 kB
  • ctags: 322
  • sloc: ansic: 1,879; sh: 319; makefile: 72
file content (49 lines) | stat: -rw-r--r-- 1,507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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 subscribe to release announcements at:
	http://freecode.com/projects/unifdef

You can download the latest release tar and zip files from:
	http://dotat.at/prog/unifdef

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. 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

Ben Hutchings at Solarflare Communications
 - lenient evaluation of && and ||

Steve Underwood <steveu@coppice.org>
 - read #define and #undef directives from a file

Other contributions are listed in the Changelog.

- end -