Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
cbc31830
Commit
cbc31830
authored
Nov 15, 1999
by
Martin Mareš
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SYM_STAT is gone.
parent
4515bdba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
conf/conf.h
conf/conf.h
+4
-5
No files found.
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
Markdown
is supported
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