From 60efcfe27c3bf3710e08003517edbfa3bfe3587f Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 26 Apr 2003 20:52:38 +0000 Subject: [PATCH] update --- tcctest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcctest.c b/tcctest.c index c49a1a84..85a1f663 100644 --- a/tcctest.c +++ b/tcctest.c @@ -209,7 +209,7 @@ void macro_test(void) #line 203 "test" printf("__LINE__=%d __FILE__=%s\n", __LINE__, __FILE__); -#line 206 "tcctest.c" +#line 213 "tcctest.c" /* not strictly preprocessor, but we test it there */ #ifdef C99_MACROS @@ -265,7 +265,7 @@ int ret(a) return 0; } -void ps(char *s) +void ps(const char *s) { int c; while (1) { -- 2.11.4.GIT