From 861555876837449fd8fc480845f642dab4a68b1e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Nov 2019 15:59:58 +0300 Subject: Use path_name in cc::lexer class --- libbuild2/cc/parser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc/parser.cxx') diff --git a/libbuild2/cc/parser.cxx b/libbuild2/cc/parser.cxx index 179043e..abfe5bd 100644 --- a/libbuild2/cc/parser.cxx +++ b/libbuild2/cc/parser.cxx @@ -16,9 +16,9 @@ namespace build2 using type = token_type; unit parser:: - parse (ifdstream& is, const path& name) + parse (ifdstream& is, const path_name& in) { - lexer l (is, name); + lexer l (is, in); l_ = &l; unit u; -- cgit v1.1