Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
2008-11-17 Martin Baulig <martin@ximian.com>
Browse files Browse the repository at this point in the history
	* frontend/Expression.cs
	(ExpressionParser.MonoObjectToString): Mark this as [Obsolete], it
	is not an official API in 2.2 and has already been replaced in trunk.


svn path=/branches/mono-2-2/debugger/; revision=119157
  • Loading branch information
Martin Baulig committed Nov 18, 2008
1 parent 92b0ce6 commit 082494e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,12 @@

* configure.in: Bump version number to 2.2.

2008-11-17 Martin Baulig <martin@ximian.com>

* frontend/Expression.cs
(ExpressionParser.MonoObjectToString): Mark this as [Obsolete], it
is not an official API in 2.2 and has already been replaced in trunk.

2008-11-17 Martin Baulig <martin@ximian.com>

* configure.in: Add -fno-strict-aliasing to CFLAGS.
Expand Down
1 change: 1 addition & 0 deletions frontend/Expression.cs
Expand Up @@ -164,6 +164,7 @@ public enum EvaluationResult
Timeout
}

[Obsolete("This is not an official API in 2.2, it has already been replaced in trunk.")]
public static EvaluationResult MonoObjectToString (Thread thread, TargetStructObject obj,
int timeout, out string result)
{
Expand Down

0 comments on commit 082494e

Please sign in to comment.