diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-10-29 17:33:19 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-10-29 17:33:19 +0000 |
commit | f160ee878256c37d21bf6de225da5978e6fcadb9 (patch) | |
tree | 658578b7ae32b1ef52ca12f15bd46bc88e7b58ca /regex | |
parent | a3a7413be83521d02e397e48efc8ecbb34045c12 (diff) | |
download | php-git-f160ee878256c37d21bf6de225da5978e6fcadb9.tar.gz |
Kill the regex header file warnings
Diffstat (limited to 'regex')
-rw-r--r-- | regex/regex.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regex/regex.h b/regex/regex.h index 28638e44c9..985ad02959 100644 --- a/regex/regex.h +++ b/regex/regex.h @@ -1,7 +1,7 @@ -#ifndef _REGEX_H_ -#define _REGEX_H_ -#ifndef _REGEX_H -#define _REGEX_H /* never again */ +#ifndef _HSREGEX_H_ +#define _HSREGEX_H_ +#ifndef _HSREGEX_H +#define _HSREGEX_H /* never again */ /* ========= begin header generated by ././mkh ========= */ #ifdef __cplusplus extern "C" { |