Remove not needed opcode-support.[c,h]

This commit is contained in:
e.gavrin
2014-08-23 00:24:49 +04:00
parent d80cb10361
commit 0eece0be5a
15 changed files with 162 additions and 202 deletions
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
#include "optimizer-passes.h"
#include "jerry-libc.h"
+1 -1
View File
@@ -22,7 +22,7 @@
#include "lexer.h"
#include "parser.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#define MAX_STRINGS 100
#define MAX_NUMS 25
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
#include "optimizer-passes.h"
#include "jerry-libc.h"
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**
+1 -1
View File
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**
@@ -16,7 +16,7 @@
#include "globals.h"
#include "interpreter.h"
#include "mem-allocator.h"
#include "opcodes-support.h"
#include "opcodes.h"
#include "serializer.h"
/**