rename inclusion guards in pg_regex.h
some OSes use _REGEX_H_ as their inclusion guard for system regex headers; therefore, rather use _PG_REGEX_H_ in pg_regex.h, which is also consistent with the filename
This commit is contained in:
parent
7c8a9b2ae5
commit
6efb296e9b
@ -10,8 +10,8 @@
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#ifndef _REGEX_H_
|
||||
#define _REGEX_H_
|
||||
#ifndef _PG_REGEX_H_
|
||||
#define _PG_REGEX_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
|
Loading…
Reference in New Issue
Block a user