fixed compilation error
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
unicode('');
|
||||||
@@ -11,5 +11,4 @@ fun fail_at_depth(depth) {
|
|||||||
fail(0);
|
fail(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fail_at_depth(9);
|
fail_at_depth(9);
|
||||||
@@ -31,9 +31,11 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include "basic.h"
|
#include "basic.h"
|
||||||
#include "files.h"
|
#include "files.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
|
#include "../utils/utf8.h"
|
||||||
|
|
||||||
static Object *bin_print(Runtime *runtime, Object **argv, unsigned int argc, Error *error)
|
static Object *bin_print(Runtime *runtime, Object **argv, unsigned int argc, Error *error)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user