static int pop_include(void);
static char *parse_include(char *);
-#define fill(a, b) fill_txt(a, b, 0)
-
#define push_include(_p) (_push_include((_p), FALSE))
#define push_includedir(_p) (_push_include((_p), TRUE))
int ipv6_valid(const char *s);
void yyerror(const char *);
+#define fill(a, b) fill_txt(a, b, 0)
+
/* realloc() to size + COMMANDARGINC to make room for command args */
#define COMMANDARGINC 64
static int pop_include(void);
static char *parse_include(char *);
-#define fill(a, b) fill_txt(a, b, 0)
-
#define push_include(_p) (_push_include((_p), FALSE))
#define push_includedir(_p) (_push_include((_p), TRUE))