exposed hcl_addbuiltinprims().

This commit is contained in:
2018-03-19 09:22:12 +00:00
parent 89f3fc2d08
commit 46ff9acfe2
8 changed files with 24 additions and 43 deletions

View File

@ -1396,8 +1396,8 @@ static int get_token (hcl_server_proto_t* proto)
SET_TOKEN_TYPE (proto, HCL_SERVER_PROTO_TOKEN_EOF); /* is it correct? */
proto->tok.len = 0;
proto->tok.loc = proto->hcl->c->lxc.l; /* set token location */
proto->tok.loc = proto->lxc->l; /* set token location */
switch (c)
{
case HCL_OOCI_EOF: