Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261621
b: refs/heads/master
c: 8425038
h: refs/heads/master
i:
  261619: 46ad074
v: v3
  • Loading branch information
Arnaud Lacombe committed Jun 6, 2011
1 parent 4b7d472 commit 6b82237
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02d95c96c3d29df0a1d3bb515692ad4894030729
refs/heads/master: 84250386efa581fdf5578b68b9dd6b79998ac48d
3 changes: 0 additions & 3 deletions trunk/scripts/kconfig/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ struct menu {
#define MENU_CHANGED 0x0001
#define MENU_ROOT 0x0002

#ifndef SWIG

extern struct file *file_list;
extern struct file *current_file;
struct file *lookup_file(const char *name);
Expand Down Expand Up @@ -218,7 +216,6 @@ static inline int expr_is_no(struct expr *e)
{
return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no);
}
#endif

#ifdef __cplusplus
}
Expand Down

0 comments on commit 6b82237

Please sign in to comment.