Hi,
I would like to request in advance a format for prepare_code.m4.c that
will minimize changes against the prepare_code.m4.c in my sandbox.
I know there are a few ways to do things. I've been using the following
when only certain portions of a file need be m4'ed.
Cheers,
Chris
============================================
/* m4svm_file_name */ <---- 1st line of file
/* m4svm_on(0)m4_dnl */
...
/* some comment *[::]/
m4svm_off ();
*/
m4svm_define_begin v = ":], [:m4svm_macro_name:])";
...
m4svm_define_end v = ":])";
/* m4svm_macro_name(arg1,arg2,...,argN)
m4_undefine([:m4svm_macro_name:])
m4svm_on(0)m4_dnl */
...
EOF
|