diff options
Diffstat (limited to 'benchmarks/polygraph31/files')
-rw-r--r-- | benchmarks/polygraph31/files/patch-src::loganalyzers::SideInfo.cc | 15 | ||||
-rw-r--r-- | benchmarks/polygraph31/files/patch-src::xparser::SynSym.h | 13 |
2 files changed, 0 insertions, 28 deletions
diff --git a/benchmarks/polygraph31/files/patch-src::loganalyzers::SideInfo.cc b/benchmarks/polygraph31/files/patch-src::loganalyzers::SideInfo.cc deleted file mode 100644 index 5b5f5adf8f4d..000000000000 --- a/benchmarks/polygraph31/files/patch-src::loganalyzers::SideInfo.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- src/loganalyzers/SideInfo.cc.orig Thu Feb 26 16:55:36 2004 -+++ src/loganalyzers/SideInfo.cc Thu Feb 26 16:56:05 2004 -@@ -1166,9 +1166,9 @@ - XmlTag descr("description"); - - XmlTextTag<XmlParagraph> p1; -- p1.buf() << "The 'Errors' table shows detected errors. For each -- error type, the number of errors and their contribution towards -- total error count are shown."; -+ p1.buf() << "The 'Errors' table shows detected errors. For each " -+ "error type, the number of errors and their contribution towards " -+ "total error count are shown."; - descr << p1; - - blob << descr; diff --git a/benchmarks/polygraph31/files/patch-src::xparser::SynSym.h b/benchmarks/polygraph31/files/patch-src::xparser::SynSym.h deleted file mode 100644 index f13ebb464464..000000000000 --- a/benchmarks/polygraph31/files/patch-src::xparser::SynSym.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/xparser/SynSym.h.orig Thu Feb 26 18:21:19 2004 -+++ src/xparser/SynSym.h Thu Feb 26 18:21:49 2004 -@@ -54,8 +54,8 @@ - String theType; - }; - --#define SymCast(Type, var) ((Type&)((var).cast(Type##::TheType))) --#define ConstSymCast(Type, var) ((const Type&)((var).cast(Type##::TheType))) -+#define SymCast(Type, var) ((Type&)((var).cast(Type::TheType))) -+#define ConstSymCast(Type, var) ((const Type&)((var).cast(Type::TheType))) - - inline ostream &operator <<(ostream &os, const SynSym &sym) { return sym.print(os); } - |