summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-08-18 01:09:33 +0000
committerGravatar MichalMoskal <unknown>2010-08-18 01:09:33 +0000
commitce2156e0b37f2efdb2e17aa1998c1c6a71adf062 (patch)
tree6b6ff0b7d7051f264ad54f6a1a3636db19221740 /Source/Core
parent024e1669cac41a45ba0d825035a25d32a1562a67 (diff)
Change Synonym type printing to what it was, use a workaround in TypeToString() instead. Add test for /typeEncoding:m.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/AbsyType.ssc5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Core/AbsyType.ssc b/Source/Core/AbsyType.ssc
index 6079163a..55b8913f 100644
--- a/Source/Core/AbsyType.ssc
+++ b/Source/Core/AbsyType.ssc
@@ -63,7 +63,7 @@ namespace Microsoft.Boogie
}
return buffer.ToString();
}
-
+
//----------- Equality ----------------------------------
[Pure][Reads(ReadsAttribute.Reads.Nothing)]
@@ -2131,8 +2131,7 @@ namespace Microsoft.Boogie
public override void Emit(TokenTextWriter! stream, int contextBindingStrength)
{
stream.SetToken(this);
- ExpandedType.Emit(stream, contextBindingStrength);
- // CtorType.EmitCtorType(this.Decl.Name, Arguments, stream, contextBindingStrength);
+ CtorType.EmitCtorType(this.Decl.Name, Arguments, stream, contextBindingStrength);
}
//----------- Resolution ----------------------------------