renamed the suffix of some scripts to .hawk

fixed mod-sys.c a bit
This commit is contained in:
2020-03-24 07:08:21 +00:00
parent 565e51091b
commit 77640ef73c
5 changed files with 9 additions and 19 deletions

View File

@@ -1680,7 +1680,7 @@ hawk_val_t* hawk_rtx_execwithucstrarr (hawk_rtx_t* rtx, const hawk_uch_t* args[]
#if defined(HAWK_ENABLE_GC)
/* i assume this function is a usual hawk program starter.
* call garbage collection after a whole program finishes */
//hawk_rtx_gc (rtx);
hawk_rtx_gc (rtx);
#endif
return v;
@@ -1697,7 +1697,7 @@ hawk_val_t* hawk_rtx_execwithbcstrarr (hawk_rtx_t* rtx, const hawk_bch_t* args[]
#if defined(HAWK_ENABLE_GC)
/* i assume this function is a usual hawk program starter.
* call garbage collection after a whole program finishes */
//hawk_rtx_gc (rtx);
hawk_rtx_gc (rtx);
#endif
return v;