diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-01 16:05:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-01 16:05:36 +0300 |
commit | 063ac75f58041edcca56cc0112ecf5764ebaea52 (patch) | |
tree | 0c293497e2c15c35a3a71f427935ea122b64f253 /awkgram.c | |
parent | 163768347284cf33a0220f803dc7af21a9003ca9 (diff) | |
parent | b2651a80b9a238a0372dc6f89f5ea81c75326914 (diff) | |
download | egawk-063ac75f58041edcca56cc0112ecf5764ebaea52.tar.gz egawk-063ac75f58041edcca56cc0112ecf5764ebaea52.tar.bz2 egawk-063ac75f58041edcca56cc0112ecf5764ebaea52.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5551,12 +5551,8 @@ again: if (lexeof) { if (sourcefile->next == srcfiles) return END_FILE; - else { + else next_sourcefile(); - if (get_src_buf()) - goto again; - return END_SRC; - } } #endif if (lexptr == NULL || lexptr >= lexend) { |