diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 20:26:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 20:26:21 +0200 |
commit | 2ce455acf7229b635cf7822063ac8c3f13d1ab80 (patch) | |
tree | 80553c0a9dd1a34dd748e6e6c69e6fdbcc3ce938 /interpret.h | |
parent | b4aa6a524d929ecf7c458acc456db50d6f11e7f4 (diff) | |
download | egawk-2ce455acf7229b635cf7822063ac8c3f13d1ab80.tar.gz egawk-2ce455acf7229b635cf7822063ac8c3f13d1ab80.tar.bz2 egawk-2ce455acf7229b635cf7822063ac8c3f13d1ab80.zip |
Remove a warning from interpret.h, update NEWS.
Diffstat (limited to 'interpret.h')
-rw-r--r-- | interpret.h | 2 |
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); |