X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0625.cs;h=ccfc56fe596c1c32dc5cf5a6a3e0ff722e8aafcd;hb=2f076e3b2d1eb1b59afdea3856e6389ce25db878;hp=b6ce8c064dd4a578eb3d4e0fc4c77a633667c579;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/errors/cs0625.cs b/mcs/errors/cs0625.cs index b6ce8c064dd..ccfc56fe596 100644 --- a/mcs/errors/cs0625.cs +++ b/mcs/errors/cs0625.cs @@ -1,10 +1,10 @@ -// cs0625.cs: `cs0625.GValue.name': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute +// CS0625: `CS0625.GValue.name': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute // Line: 11 using System; using System.Runtime.InteropServices; -namespace cs0625 { +namespace CS0625 { [StructLayout(LayoutKind.Explicit)] struct GValue { public string name;