Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77965
b: refs/heads/master
c: de83cf1
h: refs/heads/master
i:
  77963: 4d3abeb
v: v3
  • Loading branch information
Sam Ravnborg committed Jan 28, 2008
1 parent f542b4c commit 58f5f42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: d6ee35764f270c699e165b15dc59f4e55546bfda
refs/heads/master: de83cf148aaefac8a538a076f2c3c4f33968e04a
2 changes: 0 additions & 2 deletions trunk/scripts/kconfig/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ struct file {

#define FILE_BUSY 0x0001
#define FILE_SCANNED 0x0002
#define FILE_PRINTED 0x0004

typedef enum tristate {
no, mod, yes
Expand Down Expand Up @@ -86,7 +85,6 @@ struct symbol {
#define SYMBOL_CHECK 0x0008
#define SYMBOL_CHOICE 0x0010
#define SYMBOL_CHOICEVAL 0x0020
#define SYMBOL_PRINTED 0x0040
#define SYMBOL_VALID 0x0080
#define SYMBOL_OPTIONAL 0x0100
#define SYMBOL_WRITE 0x0200
Expand Down
2 changes: 0 additions & 2 deletions trunk/scripts/kconfig/gconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ const char *dbg_print_flags(int val)
strcat(buf, "choice/");
if (val & SYMBOL_CHOICEVAL)
strcat(buf, "choiceval/");
if (val & SYMBOL_PRINTED)
strcat(buf, "printed/");
if (val & SYMBOL_VALID)
strcat(buf, "valid/");
if (val & SYMBOL_OPTIONAL)
Expand Down

0 comments on commit 58f5f42

Please sign in to comment.