From 26dae2508db32f672956292e1c683f7a0a016777 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Tue, 19 Feb 2019 05:05:47 +0000 Subject: [PATCH] added a line of comment to get_numlit() --- moo/lib/comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/moo/lib/comp.c b/moo/lib/comp.c index 4dde456..fb636ab 100644 --- a/moo/lib/comp.c +++ b/moo/lib/comp.c @@ -1531,6 +1531,7 @@ static int get_numlit (moo_t* moo, int negated) moo_oow_t scale = 0; 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)); period = moo->c->lxc;