~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/zlib/zutil.c

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2013-06-28 09:53:13 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20130628095313-j8jkkgxpvx1t18ym
Tags: 3.9-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * For conditions of distribution and use, see copyright notice in zlib.h
4
4
 */
5
5
 
6
 
/* @(#) $Id: zutil.c 2594 2013-01-30 19:08:54Z stephena $ */
 
6
/* @(#) $Id: zutil.c 2723 2013-05-07 14:44:50Z stephena $ */
7
7
 
8
8
#include "zutil.h"
9
9
#ifndef Z_SOLO
14
14
struct internal_state      {int dummy;}; /* for buggy compilers */
15
15
#endif
16
16
 
17
 
const char * const z_errmsg[10] = {
 
17
z_const char * const z_errmsg[10] = {
18
18
"need dictionary",     /* Z_NEED_DICT       2  */
19
19
"stream end",          /* Z_STREAM_END      1  */
20
20
"",                    /* Z_OK              0  */