mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 14:20:46 +03:00
in do_insertfile(), readd the NANO_SMALL #ifdef around the start_again:
label to avoid a warning git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1919 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
c510042bcd
commit
146bb6026a
@ -11,6 +11,10 @@ CVS code -
|
||||
get_toggle(), get_edit_input(), and get_edit_mouse(); changes
|
||||
to do_browser(), do_justify(), do_help(), and main(). (DLR)
|
||||
- Simplify a few more translated messages. (DLR)
|
||||
- files.c:
|
||||
do_insertfile()
|
||||
- Readd the NANO_SMALL #ifdef around the start_again: label to
|
||||
avoid a warning. (DLR)
|
||||
- global.c:
|
||||
shortcut_init()
|
||||
- Remove redundant NANO_SMALL #ifdef. (DLR)
|
||||
|
@ -443,7 +443,10 @@ void do_insertfile(int loading_file)
|
||||
wrap_reset();
|
||||
#endif
|
||||
|
||||
#ifndef NANO_SMALL
|
||||
start_again:
|
||||
#endif
|
||||
|
||||
#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE)
|
||||
currshortcut = insertfile_list;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user