1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

oops, forgot this

This commit is contained in:
Andrew Niefer 2004-07-12 14:35:42 +00:00
parent e560975741
commit 14fc9a1512
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ public class ParserSymbolTable {
_compilationUnit = newContainerSymbol( EMPTY_NAME, ITypeInfo.t_namespace );
_language = language;
_mode = mode;
_typeInfoProvider = new TypeInfoProvider();
}
public IContainerSymbol getCompilationUnit(){

View file

@ -29,7 +29,7 @@ public class TypeInfoProvider
private final boolean [][] free;
private final int [] firstFreeHint;
private TypeInfoProvider()
protected TypeInfoProvider()
{
pool = new ITypeInfo[POOL_SIZE][3];