2 cases of c99 for-scope variable decl, when a variable already exists
authorderaadt <deraadt@openbsd.org>
Mon, 18 Sep 2023 15:16:22 +0000 (15:16 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 18 Sep 2023 15:16:22 +0000 (15:16 +0000)
commit113726744fcac5dad22546760e5bc8cd6ccbbf9f
tree03bd41e32d1ecd25a5209ae0372078fe7c44272c
parent3748f3d7752238416bb663ab35bc33387aa98cb6
2 cases of c99 for-scope variable decl, when a variable already exists
in scope.  but a 3rd similar situation in the same scope exists also,
which does not create a new variable, and uses the upper scope variable.
Pretty sloppy stuff.
ok millert
usr.bin/awk/run.c