aboutsummaryrefslogtreecommitdiff
path: root/odb/cxx-lexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/cxx-lexer.hxx')
-rw-r--r--odb/cxx-lexer.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/cxx-lexer.hxx b/odb/cxx-lexer.hxx
index e5b117e..11f4070 100644
--- a/odb/cxx-lexer.hxx
+++ b/odb/cxx-lexer.hxx
@@ -72,6 +72,12 @@ public:
virtual cpp_ttype
next (std::string& token);
+ // This pragma-specific version of next() returns a token as a tree
+ // node.
+ //
+ cpp_ttype
+ next (tree& token);
+
private:
std::string
translate ();