We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb04dd1 commit d989b31Copy full SHA for d989b31
src/tools/pg_bsd_indent/indent.h
@@ -30,6 +30,8 @@ __FBSDID("$FreeBSD: head/usr.bin/indent/indent.h 303746 2016-08-04 15:27:09Z pfg
30
31
#define nitems(x) (sizeof((x)) / sizeof((x)[0]))
32
33
+struct parser_state; /* allow forward reference */
34
+
35
void add_typename(const char *);
36
void alloc_typenames(void);
37
int compute_code_target(void);
0 commit comments