simplified code and fixed a bug

This commit is contained in:
cozis
2022-03-12 22:47:23 +01:00
parent e120b1e8af
commit 1374e05579
7 changed files with 379 additions and 390 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ const StaticMapSlot bins_basic[] = {
{ "newBuffer", SM_FUNCT, .as_funct = bin_newBuffer, .argc = 1 },
{ "sliceBuffer", SM_FUNCT, .as_funct = bin_sliceBuffer, .argc = 3 },
{ "strcat", SM_FUNCT, .as_funct = bin_strcat },
{ "strcat", SM_FUNCT, .as_funct = bin_strcat, .argc = -1 },
{ "type", SM_FUNCT, .as_funct = bin_type, .argc = 1 },
{ "print", SM_FUNCT, .as_funct = bin_print, .argc = -1 },