Declare rather than define current_strct in header config.h
This commit is contained in:
parent
0df8b87eda
commit
0756b8e3ad
|
@ -94,7 +94,7 @@ extern FILE * yyin;
|
|||
extern PROGRAMMER * current_prog;
|
||||
extern AVRPART * current_part;
|
||||
extern AVRMEM * current_mem;
|
||||
int current_strct;
|
||||
extern int current_strct;
|
||||
extern int cfg_lineno;
|
||||
extern char * cfg_infile;
|
||||
extern LISTID string_list;
|
||||
|
|
Loading…
Reference in New Issue