CRC_32_TAB
#ifndef CRC_32_TAB /* UnZip provides this in globals.h */
CRC_32_TAB = NULL;
if (CRC_32_TAB) {
CRC_32_TAB = NULL;
if (CRC_32_TAB == NULL) {
if ((CRC_32_TAB = get_crc_table()) == NULL) {