diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-26 16:26:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-26 16:26:59 +0300 |
commit | 8c5752ed884408c41609d3ae471c04afaf1fb40a (patch) | |
tree | 5bbb708d0f3c53bbe5fe184fb6978be28b1e4413 /field.c | |
parent | 49136c983c3d4ab53f144f2989dee60a67745300 (diff) | |
parent | c25c88f583c984112055fa091d357c1b8538d5d8 (diff) | |
download | egawk-8c5752ed884408c41609d3ae471c04afaf1fb40a.tar.gz egawk-8c5752ed884408c41609d3ae471c04afaf1fb40a.tar.bz2 egawk-8c5752ed884408c41609d3ae471c04afaf1fb40a.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'field.c')
-rw-r--r-- | field.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1038,7 +1038,7 @@ do_split(int nargs) if (do_lint && ! warned) { warned = true; - lintwarn(_("split: null string for third arg is a gawk extension")); + lintwarn(_("split: null string for third arg is a non-standard extension")); } } else if (fs->stlen == 1 && (sep->re_flags & CONSTANT) == 0) { if (fs->stptr[0] == ' ') { |