diff --git a/src/ca65/symtab.h b/src/ca65/symtab.h index d3787c3df..ba4ea7062 100644 --- a/src/ca65/symtab.h +++ b/src/ca65/symtab.h @@ -90,8 +90,8 @@ struct SymTable { }; /* Symbol tables */ -SymTable* CurrentScope; /* Pointer to current symbol table */ -SymTable* RootScope; /* Root symbol table */ +extern SymTable* CurrentScope; /* Pointer to current symbol table */ +extern SymTable* RootScope; /* Root symbol table */