More fixes for Watcom C / C89.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3829 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -62,12 +62,13 @@ SymTable* ParseScopedIdent (StrBuf* Name, StrBuf* FullName)
|
||||
* by the caller for error messages or similar.
|
||||
*/
|
||||
{
|
||||
SymTable* Scope;
|
||||
|
||||
/* Clear both passed string buffers */
|
||||
SB_Clear (Name);
|
||||
SB_Clear (FullName);
|
||||
|
||||
/* Get the starting table */
|
||||
SymTable* Scope;
|
||||
if (Tok == TOK_NAMESPACE) {
|
||||
|
||||
/* Start from the root scope */
|
||||
|
||||
Reference in New Issue
Block a user