Commit 40661621 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: move JUMP_NB to mconf.c

This macro is only used in mconf.c.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 98f8475c
...@@ -281,8 +281,6 @@ struct jump_key { ...@@ -281,8 +281,6 @@ struct jump_key {
int index; int index;
}; };
#define JUMP_NB 9
extern struct file *file_list; extern struct file *file_list;
extern struct file *current_file; extern struct file *current_file;
struct file *lookup_file(const char *name); struct file *lookup_file(const char *name);
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include "lkc.h" #include "lkc.h"
#include "lxdialog/dialog.h" #include "lxdialog/dialog.h"
#define JUMP_NB 9
static const char mconf_readme[] = static const char mconf_readme[] =
"Overview\n" "Overview\n"
"--------\n" "--------\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment