mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Silly bug.
This commit is contained in:
parent
c8f61a01ea
commit
df8b85e33f
@ -76,8 +76,8 @@ void cf_lex_init(int is_cli);
|
|||||||
struct symbol *cf_find_symbol(byte *c);
|
struct symbol *cf_find_symbol(byte *c);
|
||||||
struct symbol *cf_default_name(char *prefix, int *counter);
|
struct symbol *cf_default_name(char *prefix, int *counter);
|
||||||
void cf_define_symbol(struct symbol *symbol, int type, void *def);
|
void cf_define_symbol(struct symbol *symbol, int type, void *def);
|
||||||
void cf_push_context(struct symbol *);
|
void cf_push_scope(struct symbol *);
|
||||||
void cf_pop_context(void);
|
void cf_pop_scope(void);
|
||||||
|
|
||||||
/* Parser */
|
/* Parser */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user