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 */
|
||||
static struct cname {
|
||||
char *name;
|
||||
static const struct cname {
|
||||
const char *name;
|
||||
char code;
|
||||
} cnames[] = {
|
||||
{"NUL", '\0'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue