[Mono-devel-list] mcs build fails on cygwin

Miguel de Icaza miguel at ximian.com
Wed Jan 5 11:22:32 EST 2005


Hello,

> This is the code:
> 
> > 		public static readonly SignalHandler SIG_DFL = _DefaultHandler;
> > 		public static readonly SignalHandler SIG_ERR = _ErrorHandler;
> > 		public static readonly SignalHandler SIG_IGN = _IgnoreHandler;
> 
> Whoever added this is using the 2.0 delegate syntax. The old syntax
> needs to be used.
> 
> Miguel, is there a way to prevent ourselves from using the new syntax?
> Am sure we will see this again.

Ah, I wanted myself to move to the new 2.0 syntax here and in other
places.

I guess we can wait a little, in the meantime you can use the -langword
keyword.



More information about the Mono-devel-list mailing list