From 923639283d2bae0b82cb605fa4680a3058c9d973 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jul 2012 12:13:38 +0200 Subject: Add support for defining indexes New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index. --- odb/cxx-lexer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/cxx-lexer.hxx') 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); -- cgit v1.1