mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-03 18:30:45 +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
|
@ -8,7 +8,7 @@ int optopt;
|
|||
char *optarg;
|
||||
|
||||
int
|
||||
getopt (int argc, char *const argv[], const char *opts)
|
||||
lcc_getopt (int argc, char *const argv[], const char *opts)
|
||||
{
|
||||
static int sp = 1;
|
||||
int c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue