Remove inclusion of std headers to our headers; move fatal from src/error.h to src/libjsparser/parser.c.
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
#ifndef OPCODES_H
|
||||
#define OPCODES_H
|
||||
|
||||
#ifdef JERRY_NDEBUG
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
#define OPCODE struct __opcode
|
||||
|
||||
Reference in New Issue
Block a user