mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Merge pull request #540 from daid/patch-1
Make the local variables of getopt static.
This commit is contained in:
2
src/extern/getopt.c
vendored
2
src/extern/getopt.c
vendored
@@ -31,7 +31,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "extern/getopt.h"
|
#include "extern/getopt.h"
|
||||||
|
|
||||||
int __optpos, __optreset;
|
static int __optpos, __optreset;
|
||||||
|
|
||||||
void musl__getopt_msg(const char *a, const char *b, const char *c, size_t l)
|
void musl__getopt_msg(const char *a, const char *b, const char *c, size_t l)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user