diff options
Diffstat (limited to 'src/misc/zlib/crc32.h')
-rw-r--r-- | src/misc/zlib/crc32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/misc/zlib/crc32.h b/src/misc/zlib/crc32.h index 8053b611..d023439a 100644 --- a/src/misc/zlib/crc32.h +++ b/src/misc/zlib/crc32.h @@ -2,6 +2,8 @@ * Generated automatically by crc32.c */ +ABC_NAMESPACE_HEADER_START + local const unsigned long FAR crc_table[TBLS][256] = { { @@ -439,3 +441,5 @@ local const unsigned long FAR crc_table[TBLS][256] = #endif } }; + +ABC_NAMESPACE_HEADER_END |