diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 13c36fdf3cd..f9022d18d26 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1074,7 +1074,7 @@ unsigned char const syntax_spec_code[0400] = | |||
| 1074 | 1074 | ||
| 1075 | /* Indexed by syntax code, give the letter that describes it. */ | 1075 | /* Indexed by syntax code, give the letter that describes it. */ |
| 1076 | 1076 | ||
| 1077 | char const syntax_code_spec[16] = | 1077 | static char const syntax_code_spec[16] = |
| 1078 | { | 1078 | { |
| 1079 | ' ', '.', 'w', '_', '(', ')', '\'', '\"', '$', '\\', '/', '<', '>', '@', | 1079 | ' ', '.', 'w', '_', '(', ')', '\'', '\"', '$', '\\', '/', '<', '>', '@', |
| 1080 | '!', '|' | 1080 | '!', '|' |