passing a parenthesis character

2018-03-08 Thread Denis Valois
7;, `c') are either expanding to a wrong result or generate a run-time error.  I simply do not see how to pass a macro defined with a parenthesis as argument. Thanks in advance for help. -- Denis Valois/ PGP KeyID 0xB5418E1A

Re: passing a parenthesis character

2018-03-08 Thread Denis Valois
Hello Eric, Many thanks for your explanation.  It makes sense and now the "defn" versus double quoting approaches are clear. Best regards, Denis/ On 03/08/2018 10:58 PM, Eric Blake wrote: > On 03/08/2018 03:29 PM, Denis Valois wrote: >> Hello m4 wizards, >> >>

Re: New Feature : Divert2 to custom named file

2023-01-27 Thread Denis Valois
here one could write to a file, not a temp file. I use M4 for CPPP C prepreprocessing For instance one could use the divert2 function to transform a matrix.m4 into a matrix.h and a matrix.c I am quite confused by sources and can't manage to do it by myself, anyone to help me ? Cordiall