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 22 * src/backend/port/darwin/system.c
33 *
44 * only needed in OS X 10.1 and possibly early 10.2 releases */
5- #include <AvailabilityMacros.h>
5+ #include <AvailabilityMacros.h> /* pgrminclude ignore */
66#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 || !defined(MAC_OS_X_VERSION_10_2 )
77
88/*
Original file line number Diff line number Diff line change 99#ifndef PORT_PROTOS_H
1010#define PORT_PROTOS_H
1111
12- #include "utils/dynamic_loader.h"
12+ #include "utils/dynamic_loader.h" /* pgrminclude ignore */
1313
1414void * next_dlopen (char * name );
1515int next_dlclose (void * handle );
Original file line number Diff line number Diff line change 44#ifndef PORT_PROTOS_H
55#define PORT_PROTOS_H
66
7- #include "utils/dynamic_loader.h"
7+ #include "utils/dynamic_loader.h" /* pgrminclude ignore */
88
99#define pg_dlopen (f ) dlopen((f), 1)
1010#define pg_dlsym dlsym
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ static struct rerr
4646
4747{
4848 /* the actual table is built from regex.h */
49- #include "regex/regerrs.h"
49+ #include "regex/regerrs.h" /* pgrminclude ignore */
5050 {
5151 -1 , "" , "oops"
5252 }, /* explanation special-cased in code */
Original file line number Diff line number Diff line change 3333#endif
3434
3535/* Now we can include the original Snowball header.h */
36- #include "snowball/libstemmer/header.h"
36+ #include "snowball/libstemmer/header.h" /* pgrminclude ignore */
3737
3838/*
3939 * Redefine standard memory allocation interface to pgsql's one.
You can’t perform that action at this time.
0 commit comments