| Index: src/PNaClTranslator.cpp
|
| diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
|
| index dfe93ff99957601bf4c5c5366dd14e335ba79d92..585c2df63e0548006ec40bf651d368f92c8146c5 100644
|
| --- a/src/PNaClTranslator.cpp
|
| +++ b/src/PNaClTranslator.cpp
|
| @@ -352,7 +352,7 @@ public:
|
| }
|
|
|
| /// Returns the list of parsed global variable declarations.
|
| - const Ice::Translator::VariableDeclarationListType &getGlobalVariables() {
|
| + const Ice::VariableDeclarationList &getGlobalVariables() {
|
| return VariableDeclarations;
|
| }
|
|
|
| @@ -370,7 +370,7 @@ private:
|
| // The set of functions.
|
| FunctionDeclarationListType FunctionDeclarationList;
|
| // The set of global variables.
|
| - Ice::Translator::VariableDeclarationListType VariableDeclarations;
|
| + Ice::VariableDeclarationList VariableDeclarations;
|
| // Relocatable constants associated with global declarations.
|
| std::vector<Ice::Constant *> ValueIDConstants;
|
| // The number of function declarations (i.e. IDs).
|
|
|