Magellan Linux

Contents of /trunk/xalan-c/patches/xalan-c-1.11.0_pre797991-gcc46.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1377 - (show annotations) (download)
Wed Jun 29 13:19:31 2011 UTC (12 years, 10 months ago) by niro
File size: 2154 byte(s)
added gcc-4.6 patch
1 Index: c/src/xalanc/PlatformSupport/XSLException.hpp
2 ===================================================================
3 --- c/src/xalanc/PlatformSupport/XSLException.hpp (revision 979236)
4 +++ c/src/xalanc/PlatformSupport/XSLException.hpp (working copy)
5 @@ -196,7 +196,7 @@
6
7 protected:
8
9 - mutable MemoryManager& m_memoryManager;
10 + MemoryManager& m_memoryManager;
11
12 private:
13
14 Index: c/src/xalanc/PlatformSupport/ExecutionContext.hpp
15 ===================================================================
16 --- c/src/xalanc/PlatformSupport/ExecutionContext.hpp (revision 979236)
17 +++ c/src/xalanc/PlatformSupport/ExecutionContext.hpp (working copy)
18 @@ -110,7 +110,7 @@
19
20 protected:
21
22 - mutable MemoryManager& m_memoryManager;
23 + MemoryManager& m_memoryManager;
24
25 bool m_hasPreserveOrStripConditions;
26 };
27 Index: c/src/xalanc/XPath/XObjectFactory.hpp
28 ===================================================================
29 --- c/src/xalanc/XPath/XObjectFactory.hpp (revision 979236)
30 +++ c/src/xalanc/XPath/XObjectFactory.hpp (working copy)
31 @@ -322,7 +322,7 @@
32 bool
33 operator==(const XObjectFactory&) const;
34
35 - mutable MemoryManager& m_memoryManager;
36 + MemoryManager& m_memoryManager;
37 };
38
39
40 Index: c/src/xalanc/XPath/XPathConstructionContext.hpp
41 ===================================================================
42 --- c/src/xalanc/XPath/XPathConstructionContext.hpp (revision 979236)
43 +++ c/src/xalanc/XPath/XPathConstructionContext.hpp (working copy)
44 @@ -200,7 +200,7 @@
45
46 private:
47
48 - mutable MemoryManager& m_memoryManager;
49 + MemoryManager& m_memoryManager;
50 };
51
52
53 Index: c/src/xalanc/XPath/XPathEnvSupportDefault.hpp
54 ===================================================================
55 --- c/src/xalanc/XPath/XPathEnvSupportDefault.hpp (revision 979236)
56 +++ c/src/xalanc/XPath/XPathEnvSupportDefault.hpp (working copy)
57 @@ -277,7 +277,7 @@
58
59 NamespaceFunctionTablesType m_externalFunctions;
60
61 - mutable MemoryManager& m_memoryManager;
62 + MemoryManager& m_memoryManager;
63
64 PrintWriter* m_pw;
65