mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 09:52:19 +00:00
Declare rather than define current_strct in header config.h
This commit is contained in:
@@ -94,7 +94,7 @@ extern FILE * yyin;
|
|||||||
extern PROGRAMMER * current_prog;
|
extern PROGRAMMER * current_prog;
|
||||||
extern AVRPART * current_part;
|
extern AVRPART * current_part;
|
||||||
extern AVRMEM * current_mem;
|
extern AVRMEM * current_mem;
|
||||||
int current_strct;
|
extern int current_strct;
|
||||||
extern int cfg_lineno;
|
extern int cfg_lineno;
|
||||||
extern char * cfg_infile;
|
extern char * cfg_infile;
|
||||||
extern LISTID string_list;
|
extern LISTID string_list;
|
||||||
|
|||||||
Reference in New Issue
Block a user