diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/bf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |