Mercurial > hg > CbC > old > device
diff test/tmp2.c @ 622:682c8ec38d45
_code へ
author | kono |
---|---|
date | Thu, 07 Sep 2006 11:50:17 +0900 |
parents | 096559f07a70 |
children | 76761a18703b |
line wrap: on
line diff
--- a/test/tmp2.c Thu Sep 07 11:50:13 2006 +0900 +++ b/test/tmp2.c Thu Sep 07 11:50:17 2006 +0900 @@ -20,9 +20,9 @@ goto code0(av,return,environment); } -code code0(av,ret,retenv) +__code code0(av,ret,retenv) char *av[]; -code (*ret)(); +__code (*ret)(); void *retenv; { char *p; @@ -31,9 +31,9 @@ goto code1(av,ret,retenv); } -code code1(av,ret,retenv) +__code code1(av,ret,retenv) char *av[]; -code (*ret)(); +__code (*ret)(); void *retenv; { fprintf(stdout,"4: %s\n",av[0]);