CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/16 07:35:56
Modified files: usr.sbin/btrace: bt_parse.y Log message: Handle variable names (things strating with $ or @) in yylex() this way the error handling of strange variable names can be better controlled. With and OK dv@