Mercurial > hg > old > magoroku_racing
diff game.c @ 47:d7e0a5c33540
*** empty log message ***
author | gongo |
---|---|
date | Wed, 08 Nov 2006 06:17:21 +0000 |
parents | abadcc080667 |
children | 8cef655f3bf9 |
line wrap: on
line diff
--- a/game.c Wed Nov 08 06:10:44 2006 +0000 +++ b/game.c Wed Nov 08 06:17:21 2006 +0000 @@ -18,6 +18,8 @@ /* linda.c */ #ifdef LINDA extern int linda_init(); +#else +define linda_init linda_init0 #endif Game game; @@ -32,7 +34,7 @@ } static int -linda_init() +linda_init0() { game.linda_exec = &ret; return 1;