author | Rich Felker <dalias@aerifal.cx> | 2016年06月21日 16:33:14 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016年06月21日 16:33:14 -0400 |
commit | 6cec7bc57f599f43f4041cec2093e3c9231dbaab (patch) | |
tree | e9d8722b6837bb40a2eae992f4a3a158a27e3ff6 /src/multibyte/internal.c | |
parent | 1e6fc0b690191005a49468c296ad49d0caacacf1 (diff) | |
download | musl-6cec7bc57f599f43f4041cec2093e3c9231dbaab.tar.gz |
-rw-r--r-- | src/multibyte/internal.c | 6 |
diff --git a/src/multibyte/internal.c b/src/multibyte/internal.c index bbdc4159..7e1b1c03 100644 --- a/src/multibyte/internal.c +++ b/src/multibyte/internal.c @@ -1,9 +1,3 @@ -/* - * This code was written by Rich Felker in 2010; no copyright is claimed. - * This code is in the public domain. Attribution is appreciated but - * unnecessary. - */ - #include "internal.h" #define C(x) ( x<2 ? -1 : ( R(0x80,0xc0) | x ) ) |