- Rename php_compat.h to php_onig_compat.h to avoid name conflict.

(reported by Joe Orton, thanks.)
This commit is contained in:
Moriyoshi Koizumi 2004-07-19 05:04:33 +00:00
parent fa958958c3
commit 83d2cbd36e
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#ifndef ONIGURUMA_H
#define ONIGURUMA_H
#include "php_compat.h"
#include "php_onig_compat.h"
#define ONIGURUMA
#define ONIGURUMA_VERSION_MAJOR 2