>>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> define([m4_noquote],[changequote(,)$1changequote([,])])
Actually there's a flow in your macro (untested, but it seems clear):
just try with $1=foo, and I'll bet you'll get a nice foochangequote in
the output. The solution, of course, is to use a pair of empty quotes
but you have none at that time :) :) :).
Actually
define([m4_noquote],
[changequote(,)changequote(-=<[{(,)}]>=-)$1-=<[{()}]>=-changequote([,])])
should make it, unless someone uses them :)
Akim
- Re: passing command-line switches to compiler Harlan Stenn
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Harlan Stenn
- Re: passing command-line switches to compiler Ian Lance Taylor
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Tom Tromey
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Alexandre Oliva
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Lars J. Aas
- Re: passing command-line switches to compiler Lars J. Aas
