freebsd-ports/net/bird/files/patch-conf-cf-lex.l
Alexander V. Chernikov 9b38aaf6d4 Increase max symbol length: 32->64
Approved by:	az(implicit)
2014-12-06 14:14:51 +00:00

11 lines
312 B
Text

--- conf/cf-lex.l.orig 2014-12-06 17:10:24.000000000 +0300
+++ conf/cf-lex.l 2014-12-06 17:10:41.000000000 +0300
@@ -61,7 +61,7 @@
static int kw_hash_inited;
#define SYM_HASH_SIZE 128
-#define SYM_MAX_LEN 32
+#define SYM_MAX_LEN 64
struct sym_scope {
struct sym_scope *next; /* Next on scope stack */