Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
cbc31830
Commit
cbc31830
authored
Nov 15, 1999
by
Martin Mareš
Browse files
SYM_STAT is gone.
parent
4515bdba
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/conf.h
View file @
cbc31830
...
...
@@ -61,12 +61,11 @@ struct symbol {
#define SYM_VOID 0
#define SYM_PROTO 1
#define SYM_NUMBER 2
#define SYM_STAT 3
/* statement */
#define SYM_FUNCTION 5
#define SYM_FILTER 6
#define SYM_TABLE 7
#define SYM_FUNCTION 3
#define SYM_FILTER 4
#define SYM_TABLE 5
#define SYM_VARIABLE 0x100
/*
Reserved
0x100
..
0x1ff */
#define SYM_VARIABLE 0x100
/* 0x100
-
0x1ff
are variable types
*/
extern
int
conf_lino
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment