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
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