misc add static
This commit is contained in:
2
pike.c
2
pike.c
@@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user