]> granicus.if.org Git - php/commitdiff
- Rename php_compat.h to php_onig_compat.h to avoid name conflict.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 19 Jul 2004 05:04:33 +0000 (05:04 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 19 Jul 2004 05:04:33 +0000 (05:04 +0000)
  (reported by Joe Orton, thanks.)

ext/mbstring/oniguruma/oniguruma.h
ext/mbstring/oniguruma/php_onig_compat.h [moved from ext/mbstring/oniguruma/php_compat.h with 100% similarity]

index b4f5a84e6f268869e77be55b50ab2d8302e63c98..99f6bdab0d2531a820cf42ff1181a1d801be69c6 100644 (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