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
df8b85e3
Commit
df8b85e3
authored
Nov 04, 1999
by
Martin Mareš
Browse files
Silly bug.
parent
c8f61a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/conf.h
View file @
df8b85e3
...
...
@@ -76,8 +76,8 @@ void cf_lex_init(int is_cli);
struct
symbol
*
cf_find_symbol
(
byte
*
c
);
struct
symbol
*
cf_default_name
(
char
*
prefix
,
int
*
counter
);
void
cf_define_symbol
(
struct
symbol
*
symbol
,
int
type
,
void
*
def
);
void
cf_push_co
ntext
(
struct
symbol
*
);
void
cf_pop_co
ntext
(
void
);
void
cf_push_
s
co
pe
(
struct
symbol
*
);
void
cf_pop_
s
co
pe
(
void
);
/* Parser */
...
...
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