search for: fixed_bl

Displaying 2 results from an estimated 2 matches for "fixed_bl".

Did you mean: fixed_bd
2003 Oct 08
2
2.5.6: a number of minor issues
...ptions(con->options, fp, NULL); (void) singleTableUsage(con, fp, cursor, con->options, NULL); --- OLD/zlib/inftrees.c Thu Jan 1 00:00:00 1970 +++ NEW/zlib/inftrees.c Thu Jan 1 00:00:00 1970 @@ -445,6 +445,8 @@ ZFREE(z, c); fixed_built = 1; } +#else + z=z; #endif *bl = fixed_bl; *bd = fixed_bd; With the above patches, I built it on a peecee (i386 architecture, actually a K6-2 - still a 32-bit machine). No warnings. Then I tried it on an alpha (LP64). With the above patches, I got gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c match.c -o match.o match.c:...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...ffixed.h =================================================================== RCS file: /cvsroot/rsync/zlib/inffixed.h,v retrieving revision 1.1 diff -u -r1.1 inffixed.h --- zlib/inffixed.h 7 May 1998 06:19:43 -0000 1.1 +++ zlib/inffixed.h 30 Jan 2002 01:12:44 -0000 @@ -10,116 +10,142 @@ local uInt fixed_bl = 9; local uInt fixed_bd = 5; local inflate_huft fixed_tl[] = { - {{96,7},256}, {{0,8},80}, {{0,8},16}, {{84,8},115}, {{82,7},31}, - {{0,8},112}, {{0,8},48}, {{0,9},192}, {{80,7},10}, {{0,8},96}, - {{0,8},32}, {{0,9},160}, {{0,8},0}, {{0,8},128}, {{0,8},64}, - {{0,9},224}, {{80,7},6},...