Mercurial > hg > CbC > old > device
diff test/fact-a.c @ 720:6b7372e17970
*** empty log message ***
author | kono |
---|---|
date | Sat, 12 Apr 2008 03:53:11 +0900 |
parents | 682c8ec38d45 |
children | 3f1f6c0610c1 |
line wrap: on
line diff
--- a/test/fact-a.c Wed Nov 28 19:38:01 2007 +0900 +++ b/test/fact-a.c Sat Apr 12 03:53:11 2008 +0900 @@ -22,7 +22,7 @@ int n; // n = atoi(av[1]); n = 10; - goto factorial(n,1,n,print,return,environment); + goto factorial(n,1,n,print,__return,__environment); } __code print(int n,int result,int orig,__code(*print)(),__code (*exit1)(),void*exit1env)