CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/29 14:34:37
Modified files:
sbin/unwind : uw_parse.y
Log message:
replace err() with yyerror/YYERROR, only leave err() where we run out
of memory and can't do anything else. This way we don't terminate on
config reload with a bad config.
ok florian@
