compressionlibs/ziplib/src/zlib/adler32.cpp
changeset 72 403e7f6ed6c5
parent 0 e4d67989cc36
equal deleted inserted replaced
71:28ccaba883f4 72:403e7f6ed6c5
     6  * Copyright (C) 1995-2004 Mark Adler
     6  * Copyright (C) 1995-2004 Mark Adler
     7  * For conditions of distribution and use, see copyright notice in zlib.h
     7  * For conditions of distribution and use, see copyright notice in zlib.h
     8  */
     8  */
     9 
     9 
    10 /* @(#) $Id$ */
    10 /* @(#) $Id$ */
       
    11 #if (__ARMCC_VERSION >= 300000)
       
    12 #pragma O2
       
    13 #endif
    11 
    14 
    12 #define ZLIB_INTERNAL
    15 #define ZLIB_INTERNAL
    13 #include "libzcore.h"
    16 #include "libzcore.h"
    14 
    17 
    15 #define BASE 65521UL    /* largest prime smaller than 65536 */
    18 #define BASE 65521UL    /* largest prime smaller than 65536 */