diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 16:02:54 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 16:02:54 +0000 |
| commit | 69053d669e57c1a0f06f5977ae52217873b8b3f1 (patch) | |
| tree | 1efc7db842864c3f23eb398aa3df09426d47564f /lib/libc | |
| parent | 9d301680d634b4bf4e564b7893283d82fecf3143 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/regex/regex2.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index 1df70679055d..30169150f7e8 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -127,9 +127,7 @@ typedef struct { } cset; static int -CHIN1(cs, ch) -cset *cs; -wint_t ch; +CHIN1(cset *cs, wint_t ch) { int i; @@ -150,9 +148,7 @@ wint_t ch; } static __inline int -CHIN(cs, ch) -cset *cs; -wint_t ch; +CHIN(cset *cs, wint_t ch) { assert(ch >= 0); |
