CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/13 07:19:23
Modified files:
usr.sbin/btrace: bt_parse.y
Log message:
btrace(8): fix yacc reduce conflicts and undefined symbol warnings.
Define the STR symbol, used for the str function.
Tune the grammar, simplifying the 'pat' rule to 'expr'. Resolves
the reduce conflicts related to 'pat' and 'factor' both matching a
lone CSTRING token.
ok mpi@
