Creating libruntime, moving jerry-libc and pretty-printer to libruntime, creating platform-dependent handlers of failed assertions.

This commit is contained in:
Ruben Ayrapetyan
2014-07-10 15:39:43 +04:00
parent 8641b79ed5
commit c132f6aa3c
9 changed files with 85 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#define MAPPINGS_H
#ifndef __HOST
#include "../jerry-libc.h"
#include "jerry-libc.h"
#include "allocator.h"
#include <stdarg.h>