Extract type defintions from jerryscript-core.h into jerryscript-types.h (#4634)

The function declarations in jerryscript-core.h should not be visible
internally, only the type declarations in jerryscript-types.h

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2021-03-24 05:51:59 +01:00
committed by GitHub
parent 22ebb00a4c
commit 874a6a49d5
11 changed files with 706 additions and 652 deletions
+1 -2
View File
@@ -20,8 +20,7 @@
#include <stdint.h>
#include <stdio.h>
#include "jerryscript-compiler.h"
#include "jerryscript-core.h"
#include "jerryscript-types.h"
#ifdef __cplusplus
extern "C"