defined hawk_ooecs_amend to hawk_becs_amend in the bch mode
This commit is contained in:
parent
0c184b6817
commit
56a5bf592f
@ -603,6 +603,7 @@ HAWK_EXPORT hawk_oow_t hawk_uecs_fmt (
|
|||||||
# define hawk_ooecs_ccat hawk_becs_ccat
|
# define hawk_ooecs_ccat hawk_becs_ccat
|
||||||
# define hawk_ooecs_nccat hawk_becs_nccat
|
# define hawk_ooecs_nccat hawk_becs_nccat
|
||||||
# define hawk_ooecs_del hawk_becs_del
|
# define hawk_ooecs_del hawk_becs_del
|
||||||
|
# define hawk_ooecs_amend hawk_becs_amend
|
||||||
# define hawk_ooecs_vfcat hawk_becs_vfcat
|
# define hawk_ooecs_vfcat hawk_becs_vfcat
|
||||||
# define hawk_ooecs_fcat hawk_becs_fcat
|
# define hawk_ooecs_fcat hawk_becs_fcat
|
||||||
# define hawk_ooecs_vfmt hawk_becs_vfmt
|
# define hawk_ooecs_vfmt hawk_becs_vfmt
|
||||||
|
@ -228,7 +228,7 @@ static int fnc_array (hawk_rtx_t* rtx, const hawk_fnc_info_t* fi)
|
|||||||
tmp = hawk_rtx_makearrval(rtx, -1);
|
tmp = hawk_rtx_makearrval(rtx, -1);
|
||||||
if (HAWK_UNLIKELY(!tmp)) return -1; /* hard failure */
|
if (HAWK_UNLIKELY(!tmp)) return -1; /* hard failure */
|
||||||
|
|
||||||
/* TODO: take arguments and put them to the map */
|
/* TODO: take arguments and put them to the array*/
|
||||||
hawk_rtx_setretval (rtx, tmp);
|
hawk_rtx_setretval (rtx, tmp);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user