diff options
Diffstat (limited to 'src/syntax.h')
| -rw-r--r-- | src/syntax.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/syntax.h b/src/syntax.h index c1bb9274d00..5949a95a73b 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -147,10 +147,6 @@ extern bool syntax_prefix_flag_p (int c); | |||
| 147 | 147 | ||
| 148 | extern unsigned char const syntax_spec_code[0400]; | 148 | extern unsigned char const syntax_spec_code[0400]; |
| 149 | 149 | ||
| 150 | /* Indexed by syntax code, give the letter that describes it. */ | ||
| 151 | |||
| 152 | extern char const syntax_code_spec[16]; | ||
| 153 | |||
| 154 | /* Convert the byte offset BYTEPOS into a character position, | 150 | /* Convert the byte offset BYTEPOS into a character position, |
| 155 | for the object recorded in gl_state with SETUP_SYNTAX_TABLE_FOR_OBJECT. | 151 | for the object recorded in gl_state with SETUP_SYNTAX_TABLE_FOR_OBJECT. |
| 156 | 152 | ||