not sure how that didn't come up already

This commit is contained in:
unknown
2011-12-29 14:29:49 -06:00
parent 279d6c6f8d
commit f73e20da39

View File

@@ -774,7 +774,7 @@ idLexer::ReadPunctuation
*/ */
int idLexer::ReadPunctuation( idToken *token ) { int idLexer::ReadPunctuation( idToken *token ) {
int l, n, i; int l, n, i;
char *p; const char *p;
const punctuation_t *punc; const punctuation_t *punc;
#ifdef PUNCTABLE #ifdef PUNCTABLE