ifparse gets UNIX 98 flags and includes wrong

Issue #20 resolved
Garrett D'Amore repo owner created an issue

ifparse claims to be aiming for UNIX98, but it gets the flags wrong, achieving only UNIX95. It also fails to include the right header file, as getopt is in unistd.h.

These should be fixed in case the symbol exposure is ever fixed properly.

Comments (3)

  1. Log in to comment