# HG changeset patch # User Kaito Tokumori # Date 1385897007 -32400 # Node ID a7c771f554e7092fca70dfe7c790acab672418ad # Parent c49bf9e28ea83b4556740d43ba4d5d6e6ba6172f remove #include but warnings were not removed diff -r c49bf9e28ea8 -r a7c771f554e7 struct_longjump.c --- a/struct_longjump.c Sun Dec 01 14:59:18 2013 +0900 +++ b/struct_longjump.c Sun Dec 01 20:23:27 2013 +0900 @@ -1,5 +1,6 @@ -#include -#include +int setjmp(int*); +int longjmp(int*,int); +int printf(const char*,...); struct CbC_env { void *ret_p,*env;