aboutsummaryrefslogtreecommitdiff
path: root/build2/token
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-02 17:28:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:37 +0200
commitda6280024e196efb9e55b753751a772e3a844a82 (patch)
treeb4dc0a1fd32204cd01c29fde2bcfafce000c6c19 /build2/token
parent7e97d8a41f9d7b0fb82742cdd871a18804267c72 (diff)
Add file path to replay_token
Diffstat (limited to 'build2/token')
-rw-r--r--build2/token1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/token b/build2/token
index 19e82dc..7432d52 100644
--- a/build2/token
+++ b/build2/token
@@ -113,6 +113,7 @@ namespace build2
struct replay_token
{
build2::token token;
+ const path* file;
lexer_mode_base mode;
char pair_separator;
};