Re: [PATCH 4/4] ylwrap: fix C++ support

2012-07-14 Thread Stefano Lattarini
Hi Akim. On 07/14/2012 10:32 AM, Akim Demaille wrote: > The current logic of ylwrap is to call yacc in a sub directory, and > pull out of it all the files that were request on its command line. > Reverse this approach: export *all* the files created in the > subdirectory, but rename then according

[PATCH 4/4] ylwrap: fix C++ support

2012-07-14 Thread Akim Demaille
The current logic of ylwrap is to call yacc in a sub directory, and pull out of it all the files that were request on its command line. Reverse this approach: export *all* the files created in the subdirectory, but rename then according to what the command says. This way, extra files, such as posit