mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
drop max token len to 32 (#3925)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#include "lex.linguist_yy.h"
|
#include "lex.linguist_yy.h"
|
||||||
|
|
||||||
// Anything longer is unlikely to be useful.
|
// Anything longer is unlikely to be useful.
|
||||||
#define MAX_TOKEN_LEN 64
|
#define MAX_TOKEN_LEN 32
|
||||||
|
|
||||||
int linguist_yywrap(yyscan_t yyscanner) {
|
int linguist_yywrap(yyscan_t yyscanner) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user