Aaron Kaplan (via RT) wrote:
> h2xs doesn't generate any code for an enum constant with an explicitly
> declared negative value, e.g. enum foo { bar = -1 }, because the
> regular expression for parsing enums doesn't allow for the minus sign.
> Here's a patch.
> 
> --- h2xs-5.9.2  2005/09/11 12:40:25     1.1
> +++ h2xs-5.9.2  2005/09/11 12:43:38     1.2

Thanks, applied as change #25388.

Reply via email to