Fixes for scoping and better .sizeof support
git-svn-id: svn://svn.cc65.org/cc65/trunk@2706 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -345,7 +345,7 @@ SymEntry* SymFind (SymTable* Scope, const char* Name, int AllocNew)
|
||||
|
||||
|
||||
|
||||
static SymEntry* SymFindAny (SymTable* Scope, const char* Name)
|
||||
SymEntry* SymFindAny (SymTable* Scope, const char* Name)
|
||||
/* Find a symbol in the given or any of its parent scopes. The function will
|
||||
* never create a new symbol, since this can only be done in one specific
|
||||
* scope.
|
||||
|
||||
Reference in New Issue
Block a user