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
......
......@@ -2,7 +2,6 @@
#include "mruby/array.h"
#include <string.h>
#include "mruby/string.h"
#include "mdata.h"
#include "mruby/class.h"
#ifdef INCLUDE_REGEXP
......
......@@ -18,7 +18,7 @@ extern "C" {
#include <stdarg.h>
#include "oniguruma.h"
#include "mdata.h"
#include "mruby/data.h"
int mrb_tolower(int c);
int mrb_toupper(int c);
......
#include "mruby.h"
#include "mdata.h"
#include "mruby/string.h"
#include "error.h"
#include "mruby/numeric.h"
......
......@@ -10,7 +10,7 @@
#include <stdio.h>
#include "mruby/struct.h"
#include "mruby/proc.h"
#include "mdata.h"
#include "mruby/data.h"
#include "mruby/numeric.h"
/*
......
......@@ -14,7 +14,6 @@
#include "ritehash.h"
#include "error.h"
#include "method.h"
#include "mdata.h"
#ifdef INCLUDE_REGEXP
#include "re.h"
......
......@@ -5,7 +5,6 @@
#include "mruby/class.h"
#include "method.h"
#include "mruby/numeric.h"
#include "mdata.h"
#ifdef INCLUDE_REGEXP
#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