# | Line 5 | Line 5 | |
---|---|---|
5 | // $Id$ | |
6 | ||
7 | #include "Jargon.hpp" | |
8 | + | #include "Matcher.hpp" |
9 | ||
10 | Jargon::Jargon(const ext::String& path, bool include) | |
11 | { | |
# | Line 18 | Line 19 | Jargon::Jargon(const ext::String& path, | |
19 | ||
20 | redi::ipstream pin("/usr/local/bin/Xalan", args); | |
21 | ||
22 | + | if (include) |
23 | + | { |
24 | + | std::string ignore; |
25 | + | |
26 | + | std::getline(pin, ignore); |
27 | + | } |
28 | + | |
29 | do | |
30 | { | |
31 | std::string line; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |