mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
Remove unnecessary forward function declarations.
This commit is contained in:
@@ -116,11 +116,6 @@ struct source_cookie {
|
|||||||
static int debug_greedy = FALSE; /* batch mode debugging: don't save
|
static int debug_greedy = FALSE; /* batch mode debugging: don't save
|
||||||
and restore typeahead. */
|
and restore typeahead. */
|
||||||
|
|
||||||
static int get_maxbacktrace_level(void);
|
|
||||||
static void do_setdebugtracelevel(char_u *arg);
|
|
||||||
static void do_checkbacktracelevel(void);
|
|
||||||
static void do_showbacktrace(char_u *cmd);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* do_debug(): Debug mode.
|
* do_debug(): Debug mode.
|
||||||
* Repeatedly get Ex commands, until told to continue normal execution.
|
* Repeatedly get Ex commands, until told to continue normal execution.
|
||||||
|
Reference in New Issue
Block a user