diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-03 14:56:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-03 14:56:31 +0200 |
commit | 6bd285316c4bceb38d5a7e5e9967cc84302056b4 (patch) | |
tree | 534fd589b16a560131b52355bd603205536a9cfb /libbuild2/cc/lexer.test.cxx | |
parent | 7c0629063ef64b6c7732e7ac94a6ecefcda4d828 (diff) |
Generalize and export cc::lexer
Diffstat (limited to 'libbuild2/cc/lexer.test.cxx')
-rw-r--r-- | libbuild2/cc/lexer.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/lexer.test.cxx b/libbuild2/cc/lexer.test.cxx index 39e4279..82163fe 100644 --- a/libbuild2/cc/lexer.test.cxx +++ b/libbuild2/cc/lexer.test.cxx @@ -65,7 +65,7 @@ namespace build2 is.open (fddup (stdin_fd ())); } - lexer l (is, in); + lexer l (is, in, true /* preprocessed */); // No use printing eos since we will either get it or loop forever. // |