X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0626-4.cs;h=d18847ccdbc9731546e1e7106a58b269fb33dadb;hb=77515455734ec5dc00f4550a60a394f8b5a2a36a;hp=ce3d17a7011e01e46467ca2f0b0d7bc660973f37;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/errors/cs0626-4.cs b/mcs/errors/cs0626-4.cs index ce3d17a7011..d18847ccdbc 100644 --- a/mcs/errors/cs0626-4.cs +++ b/mcs/errors/cs0626-4.cs @@ -1,4 +1,4 @@ -// cs0626-4.cs: Method, operator, or accessor `ExternClass.ExternMethod()' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation +// CS0626: `ExternClass.ExternMethod()' is marked as an external but has no DllImport attribute. Consider adding a DllImport attribute to specify the external implementation // Line: 6 // Compiler options: -warnaserror -warn:1