Create symbols for the fwd class declarations

This commit is contained in:
Roberto Raggi
2010-08-13 12:36:47 +02:00
parent 8e1e0bdefd
commit bbae6f84db
3 changed files with 27 additions and 6 deletions

View File

@@ -609,7 +609,7 @@ public:
unsigned semicolon_token;
public:
List<Declaration *> *symbols;
List<Symbol *> *symbols;
public:
SimpleDeclarationAST()