X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;h=4318aa7d6b98f871e9a93ea5e72d2bfebf7c7d52;hp=74b68c9c3ffe0bb9bfc7368bb48ef0ecd3a8fc25;hb=5c1e995754b4f4cab5f58260af13f51000f13bd3;hpb=66b362fa203d0850e8dce8045adb454e354c22ce diff --git a/expr.c b/expr.c index 74b68c9..4318aa7 100644 --- a/expr.c +++ b/expr.c @@ -523,7 +523,7 @@ thrown away right here. What the hell is it for? // int evexpr(TOKEN * _tk, uint64_t * a_value, WORD * a_attr, SYM ** a_esym) { - WORD attr, attr2; + WORD attr; SYM * sy; uint64_t * sval = evstk; // (Empty) initial stack WORD * sattr = evattr;