[Patch] 2.5.70-bk9 zlib cleanup #5 __32BIT__ and STDC

Jörn Engel (joern@wohnheim.fh-wedel.de)
Thu, 5 Jun 2003 22:49:55 +0200


Hi Linus!

This one is working now. Please apply.

Jörn

-- 
When you close your hand, you own nothing. When you open it up, you
own the whole world.
-- Li Mu Bai in Tiger & Dragon

--- linux-2.5.70-bk9/include/linux/zconf.h~zlib_cleanup_more_intentions 2003-06-05 22:36:32.000000000 +0200 +++ linux-2.5.70-bk9/include/linux/zconf.h 2003-06-05 22:42:41.000000000 +0200 @@ -8,18 +8,6 @@ #ifndef _ZCONF_H #define _ZCONF_H -#if defined(__GNUC__) || defined(__386__) || defined(i386) -# ifndef __32BIT__ -# define __32BIT__ -# endif -#endif - -#if defined(__STDC__) || defined(__cplusplus) -# ifndef STDC -# define STDC -# endif -#endif - /* The memory requirements for deflate are (in bytes): (1 << (windowBits+2)) + (1 << (memLevel+9)) that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) @@ -49,13 +37,7 @@ /* Type declarations */ -#ifndef OF /* function prototypes */ -# ifdef STDC # define OF(args) args -# else -# define OF(args) () -# endif -#endif typedef unsigned char Byte; /* 8 bits */ typedef unsigned int uInt; /* 16 bits or more */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/