forked from atheme/libmowgli-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext/getopt_long.c: rename and fix problematic macro
Non-system-defined macro names may not begin with 2 underscores, or an underscore followed by a capital letter. A pointer is not guaranteed to be representable in `unsigned long'. Use `uintptr_t' from <stdint.h> instead. Fixes compiler diagnostic: getopt_long.c:41:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
- Loading branch information
1 parent
3dfbdfa
commit 8c26f03
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters