Rick Delaney wrote: > > On Mon, Oct 27, 2003 at 01:05:37PM +0100, Abigail wrote: > > > [snip tests] > > The original bug is "Can't overload numeric constant 0.", specifically > with overload::constant('integer'). This is because a plain "0" is > being treated as a binary constant. The following patch treats a plain > zero as an integer constant under overload::constant('integer'). For > backwards compatibility it will still treat it as a binary constant > under overload::constant('binary') but if both are specified 'integer' > takes precedence. Thanks, applied as #21566, with Abigail's deTODOified tests. > --- toke.c.orig Mon Oct 27 11:04:56 2003 > +++ toke.c Mon Oct 27 12:00:13 2003Thread Previous