aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-22 20:59:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-22 20:59:47 +0300
commit9a4ad64b02119e0048f6f09b244a4372dbb998b5 (patch)
tree9b0b073f5f522c560fbb4538a8d8d891f74ca903 /io.c
parentd53cdebbadffcfdde43dfeb3ddb4a61975fc608c (diff)
parent875f2de7fd309eed6096e2f51415aa3ea3666f27 (diff)
downloadegawk-9a4ad64b02119e0048f6f09b244a4372dbb998b5.tar.gz
egawk-9a4ad64b02119e0048f6f09b244a4372dbb998b5.tar.bz2
egawk-9a4ad64b02119e0048f6f09b244a4372dbb998b5.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 3d90e71b..c49d1281 100644
--- a/io.c
+++ b/io.c
@@ -4075,7 +4075,7 @@ set_RS()
matchrec = rsrescan;
- if (do_lint && ! warned) {
+ if (do_lint_extensions && ! warned) {
lintwarn(_("multicharacter value of `RS' is a gawk extension"));
warned = true;
}