summaryrefslogtreecommitdiffstats
path: root/src/misc/zlib/inffixed.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2010-11-01 01:35:04 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2010-11-01 01:35:04 -0700
commit6130e39b18b5f53902e4eab14f6d5cdde5219563 (patch)
tree0db0628479a1b750e9af1f66cb8379ebd0913d31 /src/misc/zlib/inffixed.h
parentf0e77f6797c0504b0da25a56152b707d3357f386 (diff)
downloadabc-6130e39b18b5f53902e4eab14f6d5cdde5219563.tar.gz
abc-6130e39b18b5f53902e4eab14f6d5cdde5219563.tar.bz2
abc-6130e39b18b5f53902e4eab14f6d5cdde5219563.zip
initial commit of public abc
Diffstat (limited to 'src/misc/zlib/inffixed.h')
-rw-r--r--src/misc/zlib/inffixed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/misc/zlib/inffixed.h b/src/misc/zlib/inffixed.h
index 75ed4b59..19befa9a 100644
--- a/src/misc/zlib/inffixed.h
+++ b/src/misc/zlib/inffixed.h
@@ -7,6 +7,8 @@
is subject to change. Applications should only use zlib.h.
*/
+//ABC_NAMESPACE_HEADER_START
+
static const code lenfix[512] = {
{96,7,0},{0,8,80},{0,8,16},{20,8,115},{18,7,31},{0,8,112},{0,8,48},
{0,9,192},{16,7,10},{0,8,96},{0,8,32},{0,9,160},{0,8,0},{0,8,128},
@@ -92,3 +94,5 @@
{16,5,4},{24,5,769},{20,5,49},{28,5,12289},{18,5,13},{26,5,3073},
{22,5,193},{64,5,0}
};
+
+//ABC_NAMESPACE_HEADER_END