diff options
| author | Andrei Zmievski <andrei@php.net> | 2001-02-20 22:00:33 +0000 | 
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2001-02-20 22:00:33 +0000 | 
| commit | 6542e704738cc8ef659818a2ff9c25864e225022 (patch) | |
| tree | c0ffbc29ef4fc4ebec74d0cff7fc222562275062 /ext/pcre/pcrelib/pcreposix.h | |
| parent | 714e340a3b007005d1fca8879e2884f43a15d80f (diff) | |
| download | php-git-6542e704738cc8ef659818a2ff9c25864e225022.tar.gz | |
Upgrade PCRE to version 3.4.
Diffstat (limited to 'ext/pcre/pcrelib/pcreposix.h')
| -rw-r--r-- | ext/pcre/pcrelib/pcreposix.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/pcreposix.h b/ext/pcre/pcrelib/pcreposix.h index e9daaa21ca..7660acbd55 100644 --- a/ext/pcre/pcrelib/pcreposix.h +++ b/ext/pcre/pcrelib/pcreposix.h @@ -4,8 +4,8 @@  /* Copyright (c) 1997-2000 University of Cambridge */ -#ifndef PCREPOSIX_H -#define PCREPOSIX_H +#ifndef _PCREPOSIX_H +#define _PCREPOSIX_H  /* This is the header for the POSIX wrapper interface to the PCRE Perl-  Compatible Regular Expression library. It defines the things POSIX says should  | 
