review fixes
This commit is contained in:
parent
13d7b4b0de
commit
e508977630
10 changed files with 49 additions and 45 deletions
|
@ -32,6 +32,10 @@
|
|||
#include <grub/i18n.h>
|
||||
#include <grub/charset.h>
|
||||
|
||||
#if defined (GRUB_MACHINE_EMU)
|
||||
#include <grub/emu/misc.h>
|
||||
#endif
|
||||
|
||||
#define GRUB_DEFAULT_HISTORY_SIZE 50
|
||||
|
||||
static int nested_level = 0;
|
||||
|
@ -476,7 +480,9 @@ grub_normal_init_page (struct grub_term_output *term)
|
|||
static void
|
||||
read_lists (const char *val)
|
||||
{
|
||||
#if defined(GRUB_MACHINE_EMU)
|
||||
if (! grub_no_autoload)
|
||||
#endif
|
||||
{
|
||||
read_command_list (val);
|
||||
read_fs_list (val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue