X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.c;h=4acb8cb3c2083c1d60bb585d8e1082495dea4422;hp=cd6b9c61269442bc1ce14692a15aed04881890e4;hb=59c5357bbdaddaeb207c4c395ab3353a789495c5;hpb=d3748ed651bd54f3885ef83304576d38b203844c diff --git a/token.c b/token.c index cd6b9c6..4acb8cb 100644 --- a/token.c +++ b/token.c @@ -1287,6 +1287,10 @@ dostring: case '\\': c = '\\'; break; + case '{': + // If we're evaluating a macro + // this is valid because it's + // a parameter expansion case '!': // If we're evaluating a macro // this is valid and expands to