diff options
Diffstat (limited to 'src/misc/zlib/inffixed.h')
-rw-r--r-- | src/misc/zlib/inffixed.h | 4 |
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 |