X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;fp=expr.c;h=dc0e22bf90b88485ee2872d3dccdc7d35ac4313d;hp=f31e9e59ddf67c1be317af23a1428c22da4ee534;hb=9ecc6f5e49e1740adee78dd45e1115c7e4fcc314;hpb=4a08774b122ba509b13c79975b2ad0f2e441c56b diff --git a/expr.c b/expr.c index f31e9e5..dc0e22b 100644 --- a/expr.c +++ b/expr.c @@ -169,7 +169,6 @@ int expr1(void) case CR_FILESIZE: if (*tok++ != STRING) return error("^^FILESIZE expects filename inside string"); - *evalTokenBuffer.u32++ = CONST; // @@copypasted from d_incbin, maybe factor this out somehow? // Attempt to open the include file in the current directory, then (if that