CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/07 06:39:08
Modified files:
usr.bin/ctfconv: ctfconv.c
Log message:
Do a better job at guessing the name of localy defined static variables.
Handle the "varname.id" schema used by gcc(1) and "funcname.varname" used
by clang(1).
Fix a shadowing issue with clang(1).
