]> git.saurik.com Git - apple/libc.git/blob - regex/FreeBSD/cname.h.patch
Libc-763.12.tar.gz
[apple/libc.git] / regex / FreeBSD / cname.h.patch
1 --- cname.h.orig 2010-05-05 14:45:26.000000000 -0700
2 +++ cname.h 2010-05-05 14:45:56.000000000 -0700
3 @@ -39,8 +39,8 @@
4 */
5
6 /* character-name table */
7 -static struct cname {
8 - char *name;
9 +static const struct cname {
10 + const char *name;
11 char code;
12 } cnames[] = {
13 {"NUL", '\0'},