[PATCH] Simplify argument parsing in cwrapper.

2008-05-25 Thread Ralf Wildenhues
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Use NULL where appropriate. Do not compute length of arguments needlessly. --- Let's make this a bit less redundant. Testsuite is still running (linux - mingw cross). OK to commit if it passes? Thanks, Ralf libltdl/config/ltmain.m4sh

Re: [PATCH] Simplify argument parsing in cwrapper.

2008-05-25 Thread Charles Wilson
Ralf Wildenhues wrote: * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Use NULL where appropriate. Do not compute length of arguments needlessly. --- Let's make this a bit less redundant. Testsuite is still running (linux - mingw cross). OK to commit if it passes? Looks ok to

Re: [PATCH] Simplify argument parsing in cwrapper.

2008-05-25 Thread Charles Wilson
Charles Wilson wrote: Ralf Wildenhues wrote: * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Use NULL where appropriate. Do not compute length of arguments needlessly. --- Let's make this a bit less redundant. Testsuite is still running (linux - mingw cross). OK to