Add port name defaults to the config file instead of hard-coding.

This adds 'default_parallel' and 'default_serial' keywords to the
grammar, which take quoted string arguments.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@214 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2003-02-21 18:46:51 +00:00
parent b33a87868e
commit 39e35145fa
6 changed files with 51 additions and 7 deletions

View File

@@ -53,6 +53,10 @@ extern int lineno;
extern char * infile;
extern LISTID string_list;
extern LISTID number_list;
extern char default_parallel[];
extern char default_serial[];
#if !defined(HAS_YYSTYPE)
#define YYSTYPE struct token_t *