summaryrefslogtreecommitdiff
path: root/Source/Dafny/Dafny.atg
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-07-25 10:21:09 -0700
committerGravatar wuestholz <unknown>2013-07-25 10:21:09 -0700
commit9cc1b3fffb95ee2e4f0db1d165bdc5c6569f4a32 (patch)
treeffc8ac0a7cde0e1c034e8be992589ecedce8c7e3 /Source/Dafny/Dafny.atg
parent65e7dd90625383312474304049915629e07a0a28 (diff)
Fixed build failure.
Diffstat (limited to 'Source/Dafny/Dafny.atg')
-rw-r--r--Source/Dafny/Dafny.atg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/Dafny.atg b/Source/Dafny/Dafny.atg
index 3cdb7bbf..71dec0d7 100644
--- a/Source/Dafny/Dafny.atg
+++ b/Source/Dafny/Dafny.atg
@@ -414,7 +414,7 @@ TypeIdentOptional<out IToken/*!*/ id, out string/*!*/ identName, out Type/*!*/ t
= (.Contract.Ensures(Contract.ValueAtReturn(out id)!=null);
Contract.Ensures(Contract.ValueAtReturn(out ty)!=null);
Contract.Ensures(Contract.ValueAtReturn(out identName)!=null);
- string name = null; isGhost = false; .)
+ string name = null; id = Token.NoToken; ty = null; isGhost = false; .)
[ "ghost" (. isGhost = true; .)
]
( TypeAndToken<out id, out ty>