We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e96d1b commit d7194f1Copy full SHA for d7194f1
extmod/re1.5/compilecode.c
@@ -66,7 +66,7 @@ int re1_5_sizecode(const char *re)
66
67
#define EMIT(at, byte) code[at] = byte
68
69
-const char *_compilecode(const char *re, ByteProg *prog)
+static const char *_compilecode(const char *re, ByteProg *prog)
70
{
71
char *code = prog->insts;
72
int pc = prog->bytelen;
0 commit comments