Revision e0835db4 conf/cf-lex.l
conf/cf-lex.l | ||
---|---|---|
87 | 87 |
HASH(struct keyword) kw_hash; |
88 | 88 |
|
89 | 89 |
|
90 |
static struct sym_scope *conf_this_scope;
|
|
90 |
struct sym_scope *conf_this_scope; |
|
91 | 91 |
|
92 | 92 |
linpool *cfg_mem; |
93 | 93 |
|
... | ... | |
673 | 673 |
else |
674 | 674 |
BEGIN(INITIAL); |
675 | 675 |
|
676 |
conf_this_scope = cfg_allocz(sizeof(struct sym_scope)); |
|
676 |
c->root_scope = cfg_allocz(sizeof(struct sym_scope)); |
|
677 |
conf_this_scope = c->root_scope; |
|
677 | 678 |
conf_this_scope->active = 1; |
678 | 679 |
} |
679 | 680 |
|
Also available in: Unified diff