Declare rather than define current_strct in header config.h

This commit is contained in:
Stefan Rueger 2022-08-30 02:49:37 +01:00
parent 0df8b87eda
commit 0756b8e3ad
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 1 deletions

View File

@ -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;