diff options
author | Denys Vlasenko | 2021-07-03 01:16:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-07-03 01:16:48 +0200 |
commit | 2b65e73db3254a7228802886546152c72217017d (patch) | |
tree | a1a8d3cd8e5daee15a15e4fce42a328df50e0c35 /docs/cgi | |
parent | 717200eb43c9420773c0f8b751aadabba3052027 (diff) | |
download | busybox-2b65e73db3254a7228802886546152c72217017d.zip busybox-2b65e73db3254a7228802886546152c72217017d.tar.gz |
awk: tighten rules in action parsing
Disallow:
BEGIN
{ action } - must start on the same line
Disallow:
func f()
print "hello" - must be in {...}
function old new delta
chain_until_rbrace - 41 +41
parse_program 307 336 +29
chain_group 649 616 -33
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 70/-33) Total: 37 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/cgi')
0 files changed, 0 insertions, 0 deletions