Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6ded4a5

Browse files
committed
Make pg_bsd_indent's .h files inclusion-order-safe.
As-is, they failed headerscheck. Per buildfarm.
1 parent 5e80d35 commit 6ded4a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/pg_bsd_indent/indent.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ __FBSDID("$FreeBSD: head/usr.bin/indent/indent.h 303746 2016-08-04 15:27:09Z pfg
3030

3131
#define nitems(x) (sizeof((x)) / sizeof((x)[0]))
3232

33+
struct parser_state; /* allow forward reference */
34+
3335
void add_typename(const char *);
3436
void alloc_typenames(void);
3537
int compute_code_target(void);

0 commit comments

Comments
 (0)