On 5/14/07, Dave Korn <[EMAIL PROTECTED]> wrote:
On 12 May 2007 19:05, Aaron Gray wrote:
> I think I have found some bugs in genautomata.c
>
> regexp = create_node( sizeof( struct decl));
>
> I believe this should be :-
>
> regexp = create_node( sizeof( struct regexp));
>
> Lines :-
>
> 1546
> 1551
>
> Compare with :-
>
> 1576
>
> Aaron
Looks like you're right to me. We get away with it because a decl is larger
than a regexp. Testing a patch now.
cheers,
DaveK
--
Can't think of a witty .sigline today....
help~~
where is the statement?
in whichi function?
i can't confirm them now!