diff options
| author | bellard <bellard> | 2003-04-26 20:52:38 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2003-04-26 20:52:38 +0000 |
| commit | 60efcfe27c3bf3710e08003517edbfa3bfe3587f (patch) | |
| tree | 6e70b8ba9d6ca083a92f43a927b312fd3b9e7941 | |
| parent | 356fa0c3bbc1f374a4afc86a83f900da4892cee9 (diff) | |
| download | tinycc-60efcfe27c3bf3710e08003517edbfa3bfe3587f.tar.gz tinycc-60efcfe27c3bf3710e08003517edbfa3bfe3587f.tar.bz2 | |
update
| -rw-r--r-- | tcctest.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |
