added a line of comment to get_numlit()

This commit is contained in:
hyunghwan.chung 2019-02-19 05:05:47 +00:00
parent 4301066c76
commit 26dae2508d

View File

@ -1531,6 +1531,7 @@ static int get_numlit (moo_t* moo, int negated)
moo_oow_t scale = 0; moo_oow_t scale = 0;
fixed_point: fixed_point:
/* once a jump is made to here. it's known to be a fixed point number */
SET_TOKEN_TYPE (moo, (xscale > 0? MOO_IOTOK_SCALEDFPDECLIT: MOO_IOTOK_FPDECLIT)); SET_TOKEN_TYPE (moo, (xscale > 0? MOO_IOTOK_SCALEDFPDECLIT: MOO_IOTOK_FPDECLIT));
period = moo->c->lxc; period = moo->c->lxc;