aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-12-17 11:10:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-12-17 11:10:31 +0200
commitaa58c798bed920b6051c4459488195df2b76aaf4 (patch)
tree0f19662dafc6a13909cc1806a74f65b200efe918 /debug.c
parent71258c13172b489139f1a1d339bf140af6c1ebf1 (diff)
parentf285f960bdfb5acb50a8ec7ed4b98f17d0bd624a (diff)
downloadegawk-aa58c798bed920b6051c4459488195df2b76aaf4.tar.gz
egawk-aa58c798bed920b6051c4459488195df2b76aaf4.tar.bz2
egawk-aa58c798bed920b6051c4459488195df2b76aaf4.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.c b/debug.c
index cf0946e2..e7dd7060 100644
--- a/debug.c
+++ b/debug.c
@@ -64,7 +64,7 @@ int input_fd;
static SRCFILE *cur_srcfile;
static long cur_frame = 0;
static INSTRUCTION *cur_pc;
-int cur_rule = 0;
+static int cur_rule = 0;
static bool prog_running = false;
@@ -3303,7 +3303,7 @@ do_return(CMDARG *arg, int cmd)
/* check_until --- process until, returns true if stopping */
-int
+static int
check_until(INSTRUCTION **pi)
{
if (fcall_count < stop.fcall_count) { /* current stack frame returned */