From 0fb2b5712cc98ea993f37bd86eeed89fddc5d6d9 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 10 Oct 2025 22:34:17 +0200 Subject: bugfixes --- test/bf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/bf.c b/test/bf.c index 2ebdbb8..8eb7af3 100644 --- a/test/bf.c +++ b/test/bf.c @@ -4,7 +4,7 @@ void bf(const char *p) { extern int putchar(int); extern int getchar(void); - static unsigned char *const Mend = M + sizeof M; + unsigned char *Mend = M + sizeof M; int b; unsigned char *m = M; -- cgit v1.2.3