diff options
author | Sascha Schumann <sas@php.net> | 1999-10-05 11:00:48 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-05 11:00:48 +0000 |
commit | c27bbc40866978bc1faf5bfeec34dfaf2d6784f4 (patch) | |
tree | 0fc125052e171432bb7d3c1c8db43fd980cffc68 /regex/regex.h | |
parent | e74b9854325380abde64e694fcdec308124a7e6d (diff) | |
download | php-git-c27bbc40866978bc1faf5bfeec34dfaf2d6784f4.tar.gz |
* Get rid of libphp_util.la
* Don't build CGI from convenience library
* Add additional checks to regex.h (Apache build broke)
Diffstat (limited to 'regex/regex.h')
-rw-r--r-- | regex/regex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regex/regex.h b/regex/regex.h index 65eedf7651..28638e44c9 100644 --- a/regex/regex.h +++ b/regex/regex.h @@ -1,3 +1,5 @@ +#ifndef _REGEX_H_ +#define _REGEX_H_ #ifndef _REGEX_H #define _REGEX_H /* never again */ /* ========= begin header generated by ././mkh ========= */ @@ -77,3 +79,4 @@ API_EXPORT(void) regfree(regex_t *); #endif /* ========= end header generated by ././mkh ========= */ #endif +#endif |