aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpret.h b/interpret.h
index 69987cf4..b855576a 100644
--- a/interpret.h
+++ b/interpret.h
@@ -1217,7 +1217,7 @@ match_re:
ret = nextfile(& curfile, true); /* skip current file */
if (currule == BEGINFILE) {
- long stack_size;
+ long stack_size = 0;
ni = pop_exec_state(& currule, & source, & stack_size);