File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
* src/backend/port/darwin/system.c
3
3
*
4
4
* only needed in OS X 10.1 and possibly early 10.2 releases */
5
- #include <AvailabilityMacros.h>
5
+ #include <AvailabilityMacros.h> /* pgrminclude ignore */
6
6
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 || !defined(MAC_OS_X_VERSION_10_2 )
7
7
8
8
/*
Original file line number Diff line number Diff line change 9
9
#ifndef PORT_PROTOS_H
10
10
#define PORT_PROTOS_H
11
11
12
- #include "utils/dynamic_loader.h"
12
+ #include "utils/dynamic_loader.h" /* pgrminclude ignore */
13
13
14
14
void * next_dlopen (char * name );
15
15
int next_dlclose (void * handle );
Original file line number Diff line number Diff line change 4
4
#ifndef PORT_PROTOS_H
5
5
#define PORT_PROTOS_H
6
6
7
- #include "utils/dynamic_loader.h"
7
+ #include "utils/dynamic_loader.h" /* pgrminclude ignore */
8
8
9
9
#define pg_dlopen (f ) dlopen((f), 1)
10
10
#define pg_dlsym dlsym
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ static struct rerr
46
46
47
47
{
48
48
/* the actual table is built from regex.h */
49
- #include "regex/regerrs.h"
49
+ #include "regex/regerrs.h" /* pgrminclude ignore */
50
50
{
51
51
-1 , "" , "oops"
52
52
}, /* explanation special-cased in code */
Original file line number Diff line number Diff line change 33
33
#endif
34
34
35
35
/* Now we can include the original Snowball header.h */
36
- #include "snowball/libstemmer/header.h"
36
+ #include "snowball/libstemmer/header.h" /* pgrminclude ignore */
37
37
38
38
/*
39
39
* Redefine standard memory allocation interface to pgsql's one.
You can’t perform that action at this time.
0 commit comments