diff test/tmp1.c @ 572:388baa7d4bee

more strict errors. Undeclared identifier Goto to function, calling code segement
author kono
date Fri, 13 Jan 2006 01:51:39 +0900
parents a379da780856
children 3de2ae36c7e5
line wrap: on
line diff
--- a/test/tmp1.c	Thu Jan 12 13:56:44 2006 +0900
+++ b/test/tmp1.c	Fri Jan 13 01:51:39 2006 +0900
@@ -2,6 +2,7 @@
 
 code (*ret)();
 void *env;
+code exit1(int ac);
 
 main0(ac,av)
 int ac;