mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
const'ify more 768 bytes
This commit is contained in:
parent
b89396b11e
commit
678e919635
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* character-name table */
|
/* character-name table */
|
||||||
static struct cname {
|
static const struct cname {
|
||||||
char *name;
|
const char *name;
|
||||||
char code;
|
char code;
|
||||||
} cnames[] = {
|
} cnames[] = {
|
||||||
{"NUL", '\0'},
|
{"NUL", '\0'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue