From c4c2c88cb11f6798e45d044cd99e00c34337b669 Mon Sep 17 00:00:00 2001 From: Cornell Wright Date: Fri, 10 Jun 2016 14:54:04 -0600 Subject: [PATCH] config_parser - back out previous workaround for flex problem --- src/config_parser.l | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config_parser.l b/src/config_parser.l index 674b5b1..5d87502 100644 --- a/src/config_parser.l +++ b/src/config_parser.l @@ -21,9 +21,11 @@ strdup() and fileno() not being defined. It ought to be relatively safe to declare them here, they are unlikely to change. But, if the underlying problem is fixed, these will need to be removed. -*/ + + 20160610 - no longer seem to be needed. Leave here commented out for a while. char * strdup(const char *s1); int fileno(FILE *stream); +*/ int config_parser_section_type = HIO_OBJECT_TYPE_ANY; char *config_parser_section_identifier = NULL;