diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-21 22:02:10 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-21 22:02:10 +0000 |
| commit | b8ab406ba177b72e4b1fdac6dec4efe797994494 (patch) | |
| tree | e512d52d024991fb27ad817b7610c3a12a2af08f /usr.bin/tr | |
| parent | 37782cea67f31e3d47a86f9a066d212158103721 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tr')
| -rw-r--r-- | usr.bin/tr/str.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index e1959c3c559eb..63ba44a83b483 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -144,19 +144,6 @@ bracket(s) /* NOTREACHED */ } -int isalnum __P((int)), - isalpha __P((int)), - isblank __P((int)), - isspace __P((int)), - iscntrl __P((int)), - isdigit __P((int)), - isgraph __P((int)), - islower __P((int)), - isprint __P((int)), - ispunct __P((int)), - isupper __P((int)), - isxdigit __P((int)); - typedef struct { char *name; int (*func) __P((int)); |
