Commits

Brian Foley committed 08a514c097f
awk: Syntax error if delete isn't given an arg. Unlike exit and return, delete strictly requires an arg, and derefs a null pointer if executed without one. Signed-off-by: Brian Foley <bpfoley@google.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>