Merge "fix Mach-O shared library build"

This commit is contained in:
James Zern 2012-01-18 13:16:12 -08:00 committed by Gerrit Code Review
commit a2a81f7d61

View File

@ -103,7 +103,7 @@ typedef struct {
uint32_t chunkSize; uint32_t chunkSize;
} ChunkInfo; } ChunkInfo;
const ChunkInfo kChunks[LIST_ID + 1]; extern const ChunkInfo kChunks[LIST_ID + 1];
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Helper functions. // Helper functions.