ack/util/cmisc/cclash.1

27 lines
632 B
Groff
Raw Normal View History

1991-10-01 12:18:39 +00:00
.TH CCLASH 1 "$Revision$"
1987-03-11 13:56:17 +00:00
.ad
1987-02-04 12:45:43 +00:00
.SH NAME
cclash \- report clashing identifiers in C-programs
.SH SYNOPSIS
1991-10-01 12:18:39 +00:00
.B cclash
[ -l<length> ] [ -c | -m ]
1987-02-04 12:45:43 +00:00
[ file ... ]
.SH DESCRIPTION
.I Cclash
prints all identifiers that don't differ in the first <length> characters.
The default value for <length> is 8.
.PP
The
.B -m
option indicates that #define's must be generated for clashing identifiers.
This is of course only useful if your preprocessor can distinguish between
them.
.PP
The
.B -c
option indicates that a oldname=newname line must be generated for each
clashing identifier. This is useful input for
.IR cid (1).
.SH "SEE ALSO"
cid(1)