aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-05-22 06:12:59 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-05-22 06:12:59 +0300
commit3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68 (patch)
tree3736d20106437a06fc59af91be6f83c954c6252c /interpret.h
parent684968d926e000a4c82b47fbc2a5b24e564e8400 (diff)
parentcb3db09270b4caaddb0d606ec892841c149698eb (diff)
downloadegawk-3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68.tar.gz
egawk-3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68.tar.bz2
egawk-3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/interpret.h b/interpret.h
index 29feb821..27f194ae 100644
--- a/interpret.h
+++ b/interpret.h
@@ -1098,10 +1098,6 @@ match_re:
JUMPTO(ni);
case Op_K_getline_redir:
- if ((currule == BEGINFILE || currule == ENDFILE)
- && pc->into_var == false
- && pc->redir_type == redirect_input)
- fatal(_("`getline' invalid inside `%s' rule"), ruletab[currule]);
r = do_getline_redir(pc->into_var, pc->redir_type);
PUSH(r);
break;