aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/parser.hxx')
-rw-r--r--build2/cc/parser.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index fe40dcd..5a529fd 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -43,6 +43,8 @@ namespace build2
private:
lexer* l_;
translation_unit* u_;
+
+ optional<location> module_marker_;
};
}
}