aboutsummaryrefslogtreecommitdiff
path: root/odb/cxx-lexer.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-25 12:13:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-27 10:30:15 +0200
commit923639283d2bae0b82cb605fa4680a3058c9d973 (patch)
tree3c122b70129cdd2b502e1f7056eac896c109f03a /odb/cxx-lexer.hxx
parentadfa9bbd04cd3571932ee7675344ca723bfa1eab (diff)
Add support for defining indexes
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.
Diffstat (limited to 'odb/cxx-lexer.hxx')
-rw-r--r--odb/cxx-lexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/cxx-lexer.hxx b/odb/cxx-lexer.hxx
index 9235ecf..2d0ca06 100644
--- a/odb/cxx-lexer.hxx
+++ b/odb/cxx-lexer.hxx
@@ -47,7 +47,7 @@ class cxx_tokens_lexer: public cxx_lexer
{
public:
void
- start (cxx_tokens const&);
+ start (cxx_tokens const&, location_t start_loc = 0);
virtual cpp_ttype
next (std::string& token, tree* node = 0);