X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.c;h=c8678532a271a00e4b84d20d16f1edd812146646;hp=6a47bdb3fd04daab8e8c17b8364e83cc88712cfb;hb=114298f750ded052c36763d7b224312fbb71eb25;hpb=4205233c8397c581b4d27ab36ab81ec896ef3dd0 diff --git a/token.c b/token.c index 6a47bdb..c867853 100644 --- a/token.c +++ b/token.c @@ -950,7 +950,6 @@ int TokenizeLine(void) uint8_t c; // Random char uint64_t v; // Random value uint32_t cursize = 0; // Current line's size (.b, .w, .l, .s, .q, .d) - double f; // Random float uint8_t * nullspot = NULL; // Spot to clobber for SYMBOL termination int stuffnull; // 1:terminate SYMBOL '\0' at *nullspot uint8_t c1;