aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2003-04-26 20:52:38 +0000
committerbellard <bellard>2003-04-26 20:52:38 +0000
commit60efcfe27c3bf3710e08003517edbfa3bfe3587f (patch)
tree6e70b8ba9d6ca083a92f43a927b312fd3b9e7941
parent356fa0c3bbc1f374a4afc86a83f900da4892cee9 (diff)
downloadtinycc-60efcfe27c3bf3710e08003517edbfa3bfe3587f.tar.gz
tinycc-60efcfe27c3bf3710e08003517edbfa3bfe3587f.tar.bz2
update
-rw-r--r--tcctest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcctest.c b/tcctest.c
index c49a1a8..85a1f66 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) {