| Index: src/prettyprinter.h
|
| ===================================================================
|
| --- src/prettyprinter.h (revision 2586)
|
| +++ src/prettyprinter.h (working copy)
|
| @@ -52,7 +52,7 @@
|
| // Individual nodes
|
| #define DEF_VISIT(type) \
|
| virtual void Visit##type(type* node);
|
| - NODE_LIST(DEF_VISIT)
|
| + AST_NODE_LIST(DEF_VISIT)
|
| #undef DEF_VISIT
|
|
|
| private:
|
| @@ -87,7 +87,7 @@
|
| // Individual nodes
|
| #define DEF_VISIT(type) \
|
| virtual void Visit##type(type* node);
|
| - NODE_LIST(DEF_VISIT)
|
| + AST_NODE_LIST(DEF_VISIT)
|
| #undef DEF_VISIT
|
| private:
|
| friend class IndentedScope;
|
|
|