Skip to content

Commit

Permalink
kconfig: move JUMP_NB to mconf.c
Browse files Browse the repository at this point in the history
This macro is only used in mconf.c.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Apr 14, 2021
1 parent 98f8475 commit 4066162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/kconfig/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ struct jump_key {
int index;
};

#define JUMP_NB 9

extern struct file *file_list;
extern struct file *current_file;
struct file *lookup_file(const char *name);
Expand Down
2 changes: 2 additions & 0 deletions scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "lkc.h"
#include "lxdialog/dialog.h"

#define JUMP_NB 9

static const char mconf_readme[] =
"Overview\n"
"--------\n"
Expand Down

0 comments on commit 4066162

Please sign in to comment.