misc add static

This commit is contained in:
Kyryl Melekhin
2021-08-05 21:35:51 +00:00
parent d5e762a9d2
commit 6bd24252e1

2
pike.c
View File

@@ -112,7 +112,7 @@ pc += num;
#define EMIT(at, byte) (code ? (code[at] = byte) : at) #define EMIT(at, byte) (code ? (code[at] = byte) : at)
#define PC (prog->unilen) #define PC (prog->unilen)
int re_classmatch(const int *pc, int c) static int re_classmatch(const int *pc, int c)
{ {
// pc points to "classnot" byte after opcode // pc points to "classnot" byte after opcode
int is_positive = *pc++; int is_positive = *pc++;