On Mon, 18 Dec 2006, Joel E. Denny wrote: > > OK, but I want push.c to go away; I want its contents to replace > > yacc.c. Otherwise it's too much of a maintenance hassle. (Hence > > I want to get rid of the by-hand steps one must currently use after > > "cp push.c yacc.c".) > > I agree, but as far as I can tell that's possible with my patch.....
Sorry, I didn't read that last sentence of yours above carefully. No by-hand steps after "cp push.c yacc.c" are required if you simply want the test suite to pass for pull mode. The by-hand steps I described earlier are specifically to make the test suite run in *push* mode as if you had declared %push-parser in every yacc.c test.
