diff CbC-examples/tmp2.c @ 127:4c56639505ff

fix function.c and add CbC-example Makefile
author mir3636
date Wed, 11 Apr 2018 18:46:58 +0900
parents 5d30d517ebed
children fe568345ddd5
line wrap: on
line diff
--- a/CbC-examples/tmp2.c	Sun Apr 08 20:55:21 2018 +0900
+++ b/CbC-examples/tmp2.c	Wed Apr 11 18:46:58 2018 +0900
@@ -24,7 +24,7 @@
 char *av[];
 {
     fprintf(stdout,"#0021:2: %s\n",av[0]);
-    goto code0(av,__CbC_return,__CbC_environment);
+    goto code0(av,_CbC_return,_CbC_environment);
 }
 
 __code code0(av,ret,retenv)