The keyword structure can be constant.

This commit is contained in:
Nicolas Tsiftes 2012-06-07 10:20:27 +02:00
parent 66f0a1bc95
commit 4f6fb987c3

View File

@ -50,7 +50,7 @@ struct keyword {
/* The keywords are arranged primarily by length and
secondarily by expected lookup frequency. */
static struct keyword keywords[] = {
static const struct keyword keywords[] = {
{";", END},
{"(", LEFT_PAREN},
{")", RIGHT_PAREN},