Make pg_bsd_indent's .h files inclusion-order-safe.
As-is, they failed headerscheck. Per buildfarm.
This commit is contained in:
parent
5e80d35154
commit
6ded4a5a3d
@ -30,6 +30,8 @@ __FBSDID("$FreeBSD: head/usr.bin/indent/indent.h 303746 2016-08-04 15:27:09Z pfg
|
|||||||
|
|
||||||
#define nitems(x) (sizeof((x)) / sizeof((x)[0]))
|
#define nitems(x) (sizeof((x)) / sizeof((x)[0]))
|
||||||
|
|
||||||
|
struct parser_state; /* allow forward reference */
|
||||||
|
|
||||||
void add_typename(const char *);
|
void add_typename(const char *);
|
||||||
void alloc_typenames(void);
|
void alloc_typenames(void);
|
||||||
int compute_code_target(void);
|
int compute_code_target(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user