CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/18 09:16:22
Modified files:
usr.bin/awk : run.c
Log message:
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
