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 270 by Douglas Thrift, 2004-10-27T23:44:48-07:00 vs.
Revision 352 by douglas, 2004-12-17T17:50:49-08:00

# Line 5 | Line 5
5   // $Id$
6  
7   #include "Jargon.hpp"
8 < #include "Matcher.hpp"
8 > #include "Matcher/Matcher.hpp"
9  
10 < Jargon::Jargon(const ext::String& path, const ext::String& jargon, bool include,
11 <        const ext::String& relative) : include(include)
10 > Jargon::Jargon(const ext::String& path, const ext::String& jargon, bool include, const ext::String& relative) : include(include)
11   {
12          args.InsertLast("--stringparam");
13          args.InsertLast("jargon");
# Line 48 | Line 47 | ios::PrintWriter& operator<<(ios::PrintW
47          }
48          else ios::ReadToWrite(*xslt.GetReader(), pout);
49  
51        xslt.Join();
52
50          return pout;
51   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines