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

Jonathan Pryor jonpryor at vt.edu
Sat Jan 1 13:41:17 EST 2005


On Sat, 2005-01-01 at 11:37 -0500, Ben Maurer wrote:
> 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.

Oops.  Sorry about that.  This is fixed in svn HEAD now (r38222).

 - Jon





More information about the Mono-devel-list mailing list