We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f8475 commit 4066162Copy full SHA for 4066162
scripts/kconfig/expr.h
@@ -281,8 +281,6 @@ struct jump_key {
281
int index;
282
};
283
284
-#define JUMP_NB 9
285
-
286
extern struct file *file_list;
287
extern struct file *current_file;
288
struct file *lookup_file(const char *name);
scripts/kconfig/mconf.c
@@ -22,6 +22,8 @@
22
#include "lkc.h"
23
#include "lxdialog/dialog.h"
24
25
+#define JUMP_NB 9
26
+
27
static const char mconf_readme[] =
28
"Overview\n"
29
"--------\n"
0 commit comments