Commit d1144220 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

move src/mdata.h to include/mruby/data.h

parent b2cf6e79
/********************************************************************** /**********************************************************************
mdata.h - data.h -
Copyright (C) 2007 Yukihiro Matsumoto Copyright (C) 2007 Yukihiro Matsumoto
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "mruby/array.h" #include "mruby/array.h"
#include <string.h> #include <string.h>
#include "mruby/string.h" #include "mruby/string.h"
#include "mdata.h"
#include "mruby/class.h" #include "mruby/class.h"
#ifdef INCLUDE_REGEXP #ifdef INCLUDE_REGEXP
......
...@@ -18,7 +18,7 @@ extern "C" { ...@@ -18,7 +18,7 @@ extern "C" {
#include <stdarg.h> #include <stdarg.h>
#include "oniguruma.h" #include "oniguruma.h"
#include "mdata.h" #include "mruby/data.h"
int mrb_tolower(int c); int mrb_tolower(int c);
int mrb_toupper(int c); int mrb_toupper(int c);
......
#include "mruby.h" #include "mruby.h"
#include "mdata.h"
#include "mruby/string.h" #include "mruby/string.h"
#include "error.h" #include "error.h"
#include "mruby/numeric.h" #include "mruby/numeric.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <stdio.h> #include <stdio.h>
#include "mruby/struct.h" #include "mruby/struct.h"
#include "mruby/proc.h" #include "mruby/proc.h"
#include "mdata.h" #include "mruby/data.h"
#include "mruby/numeric.h" #include "mruby/numeric.h"
/* /*
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include "ritehash.h" #include "ritehash.h"
#include "error.h" #include "error.h"
#include "method.h" #include "method.h"
#include "mdata.h"
#ifdef INCLUDE_REGEXP #ifdef INCLUDE_REGEXP
#include "re.h" #include "re.h"
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#include "mruby/class.h" #include "mruby/class.h"
#include "method.h" #include "method.h"
#include "mruby/numeric.h" #include "mruby/numeric.h"
#include "mdata.h"
#ifdef INCLUDE_REGEXP #ifdef INCLUDE_REGEXP
#define mrb_usascii_str_new2 mrb_usascii_str_new_cstr #define mrb_usascii_str_new2 mrb_usascii_str_new_cstr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment