diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-05 11:12:39 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-05 11:12:39 +0000 |
| commit | ab545a4ce0f664cdb3c344770912616856dece27 (patch) | |
| tree | d7e2de6eb405c1d97965801b8a1bc6e36c0ad3a5 /lib9 | |
| parent | cee2190a99b3cd24995074f4cf53682e78b04fa3 (diff) | |
lib9 update: utf*
Diffstat (limited to 'lib9')
| -rw-r--r-- | lib9/utflen.c | 1 | ||||
| -rw-r--r-- | lib9/utfrrune.c | 1 | ||||
| -rw-r--r-- | lib9/utfrune.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib9/utflen.c b/lib9/utflen.c index 815cc040..4ba9593c 100644 --- a/lib9/utflen.c +++ b/lib9/utflen.c @@ -18,5 +18,4 @@ utflen(char *s) s += chartorune(&rune, s); n++; } - return 0; } diff --git a/lib9/utfrrune.c b/lib9/utfrrune.c index b6e8f2fc..fc7af34f 100644 --- a/lib9/utfrrune.c +++ b/lib9/utfrrune.c @@ -26,5 +26,4 @@ utfrrune(char *s, long c) s1 = s; s += c1; } - return 0; } diff --git a/lib9/utfrune.c b/lib9/utfrune.c index a2737471..b7ccc8b0 100644 --- a/lib9/utfrune.c +++ b/lib9/utfrune.c @@ -25,5 +25,4 @@ utfrune(char *s, long c) return s; s += n; } - return 0; } |
