From 2da452a14ff8533ace06437301dc1c4079db00ab Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Mon, 10 Jun 2002 06:22:28 +0000 Subject: [PATCH] make crc32 tables accessible from plain C --- goldlib/gall/gcrcall.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/goldlib/gall/gcrcall.h b/goldlib/gall/gcrcall.h index 09879fb..fb97859 100644 --- a/goldlib/gall/gcrcall.h +++ b/goldlib/gall/gcrcall.h @@ -37,9 +37,10 @@ // ------------------------------------------------------------------ // Declare the CRC tables +extern "C" { extern word __crc16_table[]; extern dword __crc32_table[]; - +} // ------------------------------------------------------------------ // Generate/update a CRC-16 or CRC-32 value