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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index 8f327cd..d542d57 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -37,6 +37,9 @@ namespace build2
string
parse_module_name (token&);
+ public:
+ uint64_t export_pos; // Temporary hack, see parse_unit().
+
private:
lexer* l_;
translation_unit* u_;