diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-11-18 04:56:48 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-11-18 04:56:48 +0100 |
commit | b6251bff913972b5dfb421813fe97a5bfff3627f (patch) | |
tree | 178e82fd271108762b93be4797d77df6d26abb72 /sys/src/cmd/rc/pfnc.c | |
parent | 196da4ec6f429683a351312d1f0bcb05847e7f89 (diff) |
rc: implement $"x in terms of Xdol() and new Xqw() instruction
to get $"1 right, remove Xqdol() and instead implement it in
terms of Xdol() instruction and use the new Xqw() instruction
to quote the resulting list.
Diffstat (limited to 'sys/src/cmd/rc/pfnc.c')
-rw-r--r-- | sys/src/cmd/rc/pfnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rc/pfnc.c b/sys/src/cmd/rc/pfnc.c index 846b70bbe..f8505cfc6 100644 --- a/sys/src/cmd/rc/pfnc.c +++ b/sys/src/cmd/rc/pfnc.c @@ -50,7 +50,7 @@ struct{ Xglobs, "Xglobs", Xrdfn, "Xrdfn", Xsimple, "Xsimple", - Xqdol, "Xqdol", + Xqw, "Xqw", 0}; void |