aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bf.c')
-rw-r--r--test/bf.c2
1 files changed, 1 insertions, 1 deletions
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;