summaryrefslogtreecommitdiffstats
path: root/src/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugger.c')
-rw-r--r--src/debugger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debugger.c b/src/debugger.c
index f627a9a4da..b158ecdd70 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -734,7 +734,7 @@ ex_debuggreedy(exarg_T *eap)
}
static void
-update_has_expr_breakpoint()
+update_has_expr_breakpoint(void)
{
int i;
@@ -751,7 +751,7 @@ update_has_expr_breakpoint()
* Return TRUE if there is any expression breakpoint.
*/
int
-debug_has_expr_breakpoint()
+debug_has_expr_breakpoint(void)
{
return has_expr_breakpoint;
}