Fix yyerror warning

y.tab.c: In function 'yyparse':
y.tab.c:1633: warning: passing argument 1 of 'yyerror' discards qualifiers from pointer target type
src/yacc_config.y:30: note: expected 'char *' but argument is of type 'const char *'

Add const in yyerror declaration the way it is in bison doc.
Should be fine as msg is not modified.

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
1 file changed
tree: 4693960d7b2ec2392e56f69a34b32d87b69de4ed
  1. config/
  2. debug/
  3. doc/
  4. hotplug/
  5. man/
  6. src/
  7. udev/
  8. .gitignore
  9. COPYING
  10. Makefile