mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
SYM_STAT is gone.
This commit is contained in:
parent
4515bdba4f
commit
cbc3183007
@ -61,12 +61,11 @@ struct symbol {
|
|||||||
#define SYM_VOID 0
|
#define SYM_VOID 0
|
||||||
#define SYM_PROTO 1
|
#define SYM_PROTO 1
|
||||||
#define SYM_NUMBER 2
|
#define SYM_NUMBER 2
|
||||||
#define SYM_STAT 3 /* statement */
|
#define SYM_FUNCTION 3
|
||||||
#define SYM_FUNCTION 5
|
#define SYM_FILTER 4
|
||||||
#define SYM_FILTER 6
|
#define SYM_TABLE 5
|
||||||
#define SYM_TABLE 7
|
|
||||||
|
|
||||||
#define SYM_VARIABLE 0x100 /* Reserved 0x100..0x1ff */
|
#define SYM_VARIABLE 0x100 /* 0x100-0x1ff are variable types */
|
||||||
|
|
||||||
extern int conf_lino;
|
extern int conf_lino;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user