Skip to content

Commit

Permalink
Silly bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Nov 4, 1999
1 parent c8f61a0 commit df8b85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_context(struct symbol *);
void cf_pop_context(void);
void cf_push_scope(struct symbol *);
void cf_pop_scope(void);

/* Parser */

Expand Down

0 comments on commit df8b85e

Please sign in to comment.