Skip to content

Commit

Permalink
config_parser - back out previous workaround for flex problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cornellwright committed Jun 10, 2016
1 parent b51a3a3 commit c4c2c88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config_parser.l
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4c2c88

Please sign in to comment.