GNU getopt not always used when USE_GNU is defined#40
GNU getopt not always used when USE_GNU is defined#40sodero wants to merge 1 commit intojca02266:masterfrom
Conversation
Missing include guard leads to GNU getopt being used in some cases and getopt_long in others.
|
Thanks for your PR. |
|
When building with newlib you'll get conflicts otherwise:
|
|
@jca02266 this PR adds support for PS3 and AmigaOS |
Missing include guard leads to GNU getopt being used in some cases and getopt_long in others.