mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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 "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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user