ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.cpp
(Generate patch)

Comparing FeepingCreaturism/Jargon.cpp (file contents):
Revision 223 by Douglas Thrift, 2004-09-06T01:58:43-07:00 vs.
Revision 224 by Douglas Thrift, 2004-09-06T02:13:51-07:00

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines