update
This commit is contained in:
parent
356fa0c3bb
commit
60efcfe27c
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ void macro_test(void)
|
||||||
#line 203 "test"
|
#line 203 "test"
|
||||||
printf("__LINE__=%d __FILE__=%s\n",
|
printf("__LINE__=%d __FILE__=%s\n",
|
||||||
__LINE__, __FILE__);
|
__LINE__, __FILE__);
|
||||||
#line 206 "tcctest.c"
|
#line 213 "tcctest.c"
|
||||||
|
|
||||||
/* not strictly preprocessor, but we test it there */
|
/* not strictly preprocessor, but we test it there */
|
||||||
#ifdef C99_MACROS
|
#ifdef C99_MACROS
|
||||||
|
@ -265,7 +265,7 @@ int ret(a)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ps(char *s)
|
void ps(const char *s)
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue