fixed compilation error

This commit is contained in:
cozis
2022-04-01 20:11:44 +02:00
parent a9812b2dee
commit 73959929c3
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
unicode('');
-1
View File
@@ -11,5 +11,4 @@ fun fail_at_depth(depth) {
fail(0);
}
fail_at_depth(9);
+2
View File
@@ -31,9 +31,11 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "basic.h"
#include "files.h"
#include "math.h"
#include "../utils/utf8.h"
static Object *bin_print(Runtime *runtime, Object **argv, unsigned int argc, Error *error)
{