Fixed onigurama

This commit is contained in:
Matt Hill
2015-05-03 13:59:13 -04:00
parent a5d9954112
commit 862c60632d
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
#ifndef PACKAGE
/* PACKAGE is defined in config.h */
#include "config.h"
#include "onig_config.h"
#endif
#ifdef ONIG_ESCAPE_UCHAR_COLLISION

View File

@@ -83,7 +83,7 @@
/* */
/* escape other system UChar definition */
#include "config.h"
#include "onig_config.h"
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION
#endif

View File

@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "config.h"
#include "onig_config.h"
#include "onigposix.h"
#ifdef HAVE_STRING_H

View File

@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "config.h"
#include "onig_config.h"
#include "oniguruma.h"
#include <stdio.h>