~ubuntu-branches/ubuntu/wily/libsereal-encoder-perl/wily

« back to all changes in this revision

Viewing changes to snappy/csnappy.h

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-10-20 18:26:33 UTC
  • mfrom: (17.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20141020182633-ojroz2634vd16lqf
Tags: 3.003-1
* Team upload.
* New upstream release.
* Bump versioned build dependency on libsereal-decoder-perl.
* Set SEREAL_USE_BUNDLED_LIBS=1 in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
extern "C" {
9
9
#endif
10
10
 
11
 
#define CSNAPPY_VERSION 4
 
11
#define CSNAPPY_VERSION 5
12
12
 
13
 
#define CSNAPPY_WORKMEM_BYTES_POWER_OF_TWO 15
 
13
#define CSNAPPY_WORKMEM_BYTES_POWER_OF_TWO 16
14
14
#define CSNAPPY_WORKMEM_BYTES (1 << CSNAPPY_WORKMEM_BYTES_POWER_OF_TWO)
15
15
 
16
16
#ifndef __GNUC__
17
17
#define __attribute__(x) /*NOTHING*/
18
18
#endif
 
19
#include <stdint.h>
19
20
 
20
21
/*
21
22
 * Returns the maximal size of the compressed representation of