Make special_chars[] const

This commit is contained in:
Andrew V. Samoilov 2002-09-14 14:37:38 +00:00
parent 6bc00f750c
commit 6caf652ea6

View File

@ -35,7 +35,7 @@
/* There are non-zeros at positions "\t %()*,/:;[]{}" */
static unsigned char special_chars[256] =
static const unsigned char special_chars[256] =
{
/* 0 */ 0,0,0,0,0,0,0,0, 0,'\t',0,0,0,0,0,0,
/* 16 */ 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,