X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Ftest%2Fcompress95.c;h=352db5e89b1f7a6743db02e64c758fc858329999;hb=93da909d12b7bec51aa36ee5f05966c331f90fb9;hp=510042bf49db2901a1da03528b32132d4d643f62;hpb=55b8f4e437d28de3ac1c13e6d677fd1a92973a6d;p=libfirm diff --git a/ir/be/test/compress95.c b/ir/be/test/compress95.c index 510042bf4..352db5e89 100644 --- a/ir/be/test/compress95.c +++ b/ir/be/test/compress95.c @@ -76,6 +76,9 @@ char_type magic_header[] = { "\037\235" }; /* 1F 9D */ * * $Header$ * $Log$ + * Revision 1.2 2006/07/08 10:06:28 matze + * fixed some more testapps + * * Revision 1.1 2006/03/17 14:47:52 chriswue * added addtional test file * @@ -199,6 +202,7 @@ static char rcs_ident[] = "$Header$"; #include #include +#include #ifdef VMS #include #include @@ -352,8 +356,7 @@ unsigned char *OutBuff; spec_select_action(char* from_buf, int from_count, int action, char* to_buf) { - char *cp, *rindex(), *malloc(); - struct stat statbuf; + char *rindex(); #ifdef SYSV void onintr(), oops(); #else