resolve conflict from #1017

This commit is contained in:
Yukihiro Matz Matsumoto
2013-03-17 00:28:49 +09:00
15 changed files with 17 additions and 8 deletions
-1
View File
@@ -32,7 +32,6 @@
extern "C" {
#endif
#include <stdlib.h>
#include "mrbconf.h"
#include "mruby/value.h"
-1
View File
@@ -12,7 +12,6 @@ extern "C" {
#endif
#include "mruby.h"
#include <stdio.h>
#include <setjmp.h>
/* load context */
-4
View File
@@ -12,10 +12,6 @@ extern "C" {
#endif
#include "mruby.h"
#ifdef ENABLE_STDIO
#include <stdio.h>
#endif
#include <stdint.h>
#ifdef ENABLE_STDIO
int mrb_dump_irep(mrb_state*,int,FILE*);
+2 -1
View File
@@ -11,7 +11,8 @@
extern "C" {
#endif
#include <stdint.h>
#include "mruby.h"
#include <string.h>
typedef uint32_t khint_t;
typedef khint_t khiter_t;
+1
View File
@@ -7,6 +7,7 @@
#include "mruby.h"
#include <errno.h>
#include <stdarg.h>
#include <stdlib.h>
#include <setjmp.h>
#include <string.h>
#include "error.h"
+1
View File
@@ -4,6 +4,7 @@
** See Copyright Notice in mruby.h
*/
#include <stdlib.h>
#include <string.h>
#include "mruby/dump.h"
+1
View File
@@ -11,6 +11,7 @@
#include <math.h>
#include <assert.h>
#include <stdlib.h>
#if defined(__FreeBSD__) && __FreeBSD__ < 4
#include <floatingpoint.h>
+1
View File
@@ -25,6 +25,7 @@
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#define YYLEX_PARAM p
+2
View File
@@ -7,6 +7,8 @@
#include "mruby.h"
#include "mruby/irep.h"
#include "mruby/variable.h"
#include <stdlib.h>
#include <string.h>
void mrb_init_heap(mrb_state*);
void mrb_init_core(mrb_state*);
+1 -1
View File
@@ -6,8 +6,8 @@
#include "mruby.h"
#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "mruby/string.h"
#include "mruby/class.h"
+1
View File
@@ -145,6 +145,7 @@ module MRuby
f.puts %Q[ * This file was generated!]
f.puts %Q[ * All manual changes will get lost.]
f.puts %Q[ */]
f.puts %Q[#include <stdlib.h>]
f.puts %Q[#include "mruby.h"]
f.puts %Q[#include "mruby/irep.h"]
f.puts %Q[#include "mruby/dump.h"]
+4
View File
@@ -5,6 +5,10 @@
** against the current mruby implementation.
*/
#include <stdlib.h>
#include <string.h>
#include <mruby.h>
#include <mruby/proc.h>
#include <mruby/data.h>
+1
View File
@@ -1,3 +1,4 @@
#include <stdlib.h>
#include "mruby.h"
#include "mruby/irep.h"
#include "mruby/dump.h"
+1
View File
@@ -6,6 +6,7 @@
** immediately. It's a REPL...
*/
#include <stdlib.h>
#include <string.h>
#include <mruby.h>
+1
View File
@@ -6,6 +6,7 @@
#include "mruby/dump.h"
#include "mruby/variable.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef ENABLE_STDIO