mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 01:26:19 +03:00
Print error message and location of unknown tokens in config files
This commit is contained in:
@@ -280,7 +280,7 @@ c: { yyerror("possible old-style config file entry\n"
|
||||
"/avrdude.conf.sample for a sample)");
|
||||
return YYERRCODE; }
|
||||
|
||||
. { return YYERRCODE; }
|
||||
|
||||
. { yyerror("unknown token");
|
||||
return YYERRCODE; }
|
||||
%%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user