diff options
| author | Roman Zippel <zippel@linux-m68k.org> | 2003-06-02 03:25:40 -0700 |
|---|---|---|
| committer | Ben Collins <bcollins@debian.org> | 2003-06-02 03:25:40 -0700 |
| commit | f9f0d1c0da3a0c6fb690e3a401ed24a000fedf00 (patch) | |
| tree | 2e5c641b3d7dcf7f375c7dc2343713088f90d121 /scripts/kconfig/expr.h | |
| parent | e4922a0baa760bdfedaf8760242b002f2fa36c71 (diff) | |
[PATCH] add more warnings
Add a number of warnings to avoid misuse of the previously added features
(most important check for recursive dependencies).
Diffstat (limited to 'scripts/kconfig/expr.h')
| -rw-r--r-- | scripts/kconfig/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index dca5a63faf5f..cc616f1f835d 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h @@ -92,6 +92,9 @@ struct symbol { #define SYMBOL_CHANGED 0x0400 #define SYMBOL_NEW 0x0800 #define SYMBOL_AUTO 0x1000 +#define SYMBOL_CHECKED 0x2000 +#define SYMBOL_CHECK_DONE 0x4000 +#define SYMBOL_WARNED 0x8000 #define SYMBOL_MAXLENGTH 256 #define SYMBOL_HASHSIZE 257 |
