mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 01:11:01 +00:00
* (bug 3611) prevent global symbol conflict on some systems (Mac OS X) for
lcc's getopt (Ben Millwood)
This commit is contained in:
parent
a3d22613da
commit
f222785168
3 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <string.h>
|
||||
#include "cpp.h"
|
||||
|
||||
extern int getopt(int, char *const *, const char *);
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
extern int verbose;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue