From 6bd24252e158109503bb0daf39b184d308e7c3db Mon Sep 17 00:00:00 2001 From: Kyryl Melekhin Date: Thu, 5 Aug 2021 21:35:51 +0000 Subject: [PATCH] misc add static --- pike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pike.c b/pike.c index e52a788..4c2feb2 100644 --- a/pike.c +++ b/pike.c @@ -112,7 +112,7 @@ pc += num; #define EMIT(at, byte) (code ? (code[at] = byte) : at) #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 int is_positive = *pc++;