mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
common.h are supposed to be included from other header, so call it with quotes; ref #3032
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
#include <limits.h>
|
||||
|
||||
#include "mrbconf.h"
|
||||
#include <mruby/common.h>
|
||||
#include "mruby/common.h"
|
||||
#include <mruby/value.h>
|
||||
#include <mruby/gc.h>
|
||||
#include <mruby/version.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_ARRAY_H
|
||||
#define MRUBY_ARRAY_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/*
|
||||
* Array class
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_CLASS_H
|
||||
#define MRUBY_CLASS_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Class class
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** mruby/common.h - mruby common platform definitions
|
||||
**"common.h - mruby common platform definition"
|
||||
**
|
||||
** See Copyright Notice in mruby.h
|
||||
*/
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_COMPILE_H
|
||||
#define MRUBY_COMPILE_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby Compiler
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_DATA_H
|
||||
#define MRUBY_DATA_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Custom C wrapped data.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_DEBUG_H
|
||||
#define MRUBY_DEBUG_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby Debugging.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <mruby.h>
|
||||
#include <mruby/irep.h>
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Dumping compiled mruby script.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_ERROR_H
|
||||
#define MRUBY_ERROR_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby error handling.
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_GC_H
|
||||
#define MRUBY_GC_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Uncommon memory management stuffs.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_HASH_H
|
||||
#define MRUBY_HASH_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Hash class
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_IREP_H
|
||||
#define MRUBY_IREP_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
#include <mruby/compile.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <mruby.h>
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* khash definitions used in mruby's hash table.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_NUMERIC_H
|
||||
#define MRUBY_NUMERIC_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Numeric class and it's sub-classes.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_PROC_H
|
||||
#define MRUBY_PROC_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
#include <mruby/irep.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_RANGE_H
|
||||
#define MRUBY_RANGE_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Range class
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_STRING_H
|
||||
#define MRUBY_STRING_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* String class
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_VALUE_H
|
||||
#define MRUBY_VALUE_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby Value definition functions and macros.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_VARIABLE_H
|
||||
#define MRUBY_VARIABLE_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Functions to access mruby variables.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_VERSION_H
|
||||
#define MRUBY_VERSION_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* mruby version definition macros
|
||||
|
||||
Reference in New Issue
Block a user