aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-24 14:08:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-24 14:09:08 +0200
commit875c6e81e5ed52df46740083451380c4597b560c (patch)
treec3df90087a7797575a6343fb0fe6bc4444975cb5 /build2/cc/parser.hxx
parentc18a8d2d43f22ccf0b21461b1f0d3395d4e50c1f (diff)
Optimize C/C++ lexer
Diffstat (limited to 'build2/cc/parser.hxx')
-rw-r--r--build2/cc/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index 9142001..bec67bd 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -25,7 +25,7 @@ namespace build2
{
public:
translation_unit
- parse (istream&, const path& name);
+ parse (ifdstream&, const path& name);
private:
void