The R Project SVN R

Rev

Rev 59344 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59344 Rev 62873
Line 5... Line 5...
5
 
5
 
6
/* @(#) $Id$ */
6
/* @(#) $Id$ */
7
 
7
 
8
#include "zutil.h"
8
#include "zutil.h"
9
#ifndef Z_SOLO
9
#ifndef Z_SOLO
-
 
10
/* R change */
10
//#  include "gzguts.h"
11
//#  include "gzguts.h"
11
#endif
12
#endif
12
 
13
 
13
#ifndef NO_DUMMY_DECL
14
#ifndef NO_DUMMY_DECL
14
struct internal_state      {int dummy;}; /* for buggy compilers */
15
struct internal_state      {int dummy;}; /* for buggy compilers */
15
#endif
16
#endif
16
 
17
 
17
const char * const z_errmsg[10] = {
18
z_const char * const z_errmsg[10] = {
18
"need dictionary",     /* Z_NEED_DICT       2  */
19
"need dictionary",     /* Z_NEED_DICT       2  */
19
"stream end",          /* Z_STREAM_END      1  */
20
"stream end",          /* Z_STREAM_END      1  */
20
"",                    /* Z_OK              0  */
21
"",                    /* Z_OK              0  */
21
"file error",          /* Z_ERRNO         (-1) */
22
"file error",          /* Z_ERRNO         (-1) */
22
"stream error",        /* Z_STREAM_ERROR  (-2) */
23
"stream error",        /* Z_STREAM_ERROR  (-2) */