aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:29:56 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:29:56 +0200
commit0b8ef4f18527f751ef60fc3202cd7143079121fb (patch)
tree2248a90191e54bc8f62b564077dd06399f035136 /interpret.h
parent6a0dfc98997cf61f34ed04904ee7b7e9124338ef (diff)
parentc0aeaf87402aa2670e76a32a888053fb64b879b0 (diff)
downloadegawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.tar.gz
egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.tar.bz2
egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.zip
Merge branch 'gawk-4.1-stable'
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 ba70cf08..9243c892 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);