1 | diff -r -c -N ../Ice-3.3.1-old/cpp/src/Slice/Preprocessor.cpp ./cpp/src/Slice/Preprocessor.cpp |
---|
2 | *** ../Ice-3.3.1-old/cpp/src/Slice/Preprocessor.cpp 2009-03-20 15:22:14.000000000 -0230 |
---|
3 | --- ./cpp/src/Slice/Preprocessor.cpp 2009-05-12 16:18:54.000000000 -0230 |
---|
4 | *************** |
---|
5 | *** 46,52 **** |
---|
6 | |
---|
7 | Slice::Preprocessor::Preprocessor(const string& path, const string& fileName, const vector<string>& args) : |
---|
8 | _path(path), |
---|
9 | ! _fileName(fileName), |
---|
10 | _args(args), |
---|
11 | _cppHandle(0) |
---|
12 | { |
---|
13 | --- 46,52 ---- |
---|
14 | |
---|
15 | Slice::Preprocessor::Preprocessor(const string& path, const string& fileName, const vector<string>& args) : |
---|
16 | _path(path), |
---|
17 | ! _fileName(fullPath(fileName)), |
---|
18 | _args(args), |
---|
19 | _cppHandle(0) |
---|
20 | { |
---|