diff test/tmpa.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/tmpa.c	Wed Nov 28 19:38:01 2007 +0900
+++ b/test/tmpa.c	Sat Apr 12 03:53:11 2008 +0900
@@ -33,8 +33,8 @@
     interface args = {15,{0,0,0,0},return,environment};
 #else
     interface args = {15,{0,0,0,0},0,0};
-    args.ret = return;
-    args.env = environment;
+    args.ret = __return;
+    args.env = __environment;
 #endif
 
     e.charno=5; e.x=50.0; e.y=30.0; e.ap=100;