hash/Makefile.am, hash/crc32.h: Make the CRC table be `const'.
[mLib] / hash / crc32.h
index 7482dc4..429306e 100644 (file)
@@ -40,7 +40,7 @@
 
 /*----- External values ---------------------------------------------------*/
 
-extern uint32 crc32_table[256];
+extern const uint32 crc32_table[256];
 
 /*----- Macros ------------------------------------------------------------*/