Declare the internally used static functions on top, to get rid of the

compiler warnings.

Reported by:	bison-generated parsers


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@185 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2003-02-12 09:08:10 +00:00
parent 3176513162
commit 546e18c753
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ extern char * progname;
int yylex(void);
int yyerror(char * errmsg);
static int assign_pin(int pinno, TOKEN * v);
static int which_opcode(TOKEN * opcode);
static int parse_cmdbits(OPCODE * op);
%}
%token K_READ