X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fgmcs%2Fliteral.cs;h=1d7396536c633b41126120195e4daa076cd97620;hb=60e8d68027b115d6b4c1df3e179bb0cd7b5ee171;hp=0a97d502b5046af510de45853feb4e18fba29e99;hpb=c99594ef8203ef83103a91646df331da5c14e7a0;p=mono.git diff --git a/mcs/gmcs/literal.cs b/mcs/gmcs/literal.cs old mode 100755 new mode 100644 index 0a97d502b50..1d7396536c6 --- a/mcs/gmcs/literal.cs +++ b/mcs/gmcs/literal.cs @@ -79,7 +79,13 @@ namespace Mono.CSharp { { ec.ig.Emit (OpCodes.Ldnull); } - + + public override bool IsDefaultValue { + get { + return true; + } + } + public override bool IsNegative { get { return false;