Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2002-10-13 23:32:53 +0400
committerMartin Baulig <martin@novell.com>2002-10-13 23:32:53 +0400
commit262a6293b1193b3c53a8e0cf3a683c3c25c5d91c (patch)
tree11ec47cd6199980d7dff68b558a12eecbf42890b /mcs
parent7f2e3af79a5780249b17b85d75ad12cbddc65c58 (diff)
2002-10-13 Martin Baulig <martin@gnome.org>
* MonoSymbolTable.cs: Set version number to 28. (SourceFileEntry): Read the methods when they're needed. (MethodSourceEntry): Made this a struct, not a class. svn path=/trunk/mcs/; revision=8224
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
index 0827736d273..7692f6579fd 100644
--- a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
+++ b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
@@ -18,7 +18,7 @@ namespace Mono.CSharp.Debugger
{
public struct OffsetTable
{
- public const int Version = 27;
+ public const int Version = 28;
public const long Magic = 0x45e82623fd7fa614;
public int total_file_size;