summaryrefslogtreecommitdiffstats
path: root/src/misc/bzlib/crctable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/bzlib/crctable.c')
-rw-r--r--src/misc/bzlib/crctable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/bzlib/crctable.c b/src/misc/bzlib/crctable.c
index 215687b2..6e033d0d 100644
--- a/src/misc/bzlib/crctable.c
+++ b/src/misc/bzlib/crctable.c
@@ -21,6 +21,9 @@
#include "bzlib_private.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*--
I think this is an implementation of the AUTODIN-II,
Ethernet & FDDI 32-bit CRC standard. Vaguely derived
@@ -102,3 +105,5 @@ UInt32 BZ2_crc32Table[256] = {
/*-------------------------------------------------------------*/
/*--- end crctable.c ---*/
/*-------------------------------------------------------------*/
+ABC_NAMESPACE_IMPL_END
+