Re: [PATCH 6/7] widl: Accept integer constant suffixes in the lexer.

2008-04-27 Thread Robert Shearman
Dan Hipschman wrote:
> On Sat, Apr 26, 2008 at 09:51:58AM +0100, Robert Shearman wrote:
>   
>> +u_suffix(l|L)
>> +l_suffix(u|U)
>> 
>
> I'm guessing you meant for these to be the other way around.
>   

Good spot, thanks!

-- 
Rob Shearman





Re: [PATCH 6/7] widl: Accept integer constant suffixes in the lexer.

2008-04-26 Thread Dan Hipschman
On Sat, Apr 26, 2008 at 09:51:58AM +0100, Robert Shearman wrote:
> +u_suffix (l|L)
> +l_suffix (u|U)

I'm guessing you meant for these to be the other way around.