X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.c;h=6a47bdb3fd04daab8e8c17b8364e83cc88712cfb;hp=cd6b9c61269442bc1ce14692a15aed04881890e4;hb=4205233c8397c581b4d27ab36ab81ec896ef3dd0;hpb=29fa5dcf504b966803063a1c2891f58f97126d04 diff --git a/token.c b/token.c index cd6b9c6..6a47bdb 100644 --- a/token.c +++ b/token.c @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // TOKEN.C - Token Handling -// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -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