diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-16 06:42:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-16 06:42:20 +0000 |
commit | 30f0a8538225951940bae342109524cf4e82bc31 (patch) | |
tree | 4f0c64e7bb621d459503b6eb82dbc02fef6ac845 /ace/ACE.cpp | |
parent | 07b111e35bb70a7c293cc9ceb93653b9f0586fec (diff) | |
download | ATCD-30f0a8538225951940bae342109524cf4e82bc31.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r-- | ace/ACE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp index 15c1f626c95..60ca6770402 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -240,7 +240,7 @@ ACE::hash_pjw (const ACE_USHORT16 *str) * SUCH DAMAGE. */ -static u_long ACE::crctab[] = +u_long ACE::crctab[] = { 0x0, 0x04c11db7, 0x09823b6e, 0x0d4326d9, 0x130476dc, 0x17c56b6b, |