* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bddde75eb0
commit
1a4c78d7c1
@ -1,3 +1,7 @@
|
|||||||
|
Thu Oct 30 22:59:39 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
|
||||||
|
|
||||||
|
* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
|
||||||
|
|
||||||
Thu Oct 30 19:13:53 2003 Akinori MUSHA <knu@iDaemons.org>
|
Thu Oct 30 19:13:53 2003 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* ext/syck/MANIFEST: Add yamlbyte.h.
|
* ext/syck/MANIFEST: Add yamlbyte.h.
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
/* Reinvent the wheel... */
|
/* Reinvent the wheel... */
|
||||||
#define CHUNKSIZE 64
|
#define CHUNKSIZE 64
|
||||||
#define HASH ((long)0xCAFECAFECAFECAFE)
|
#define HASH ((long)0xCAFECAFE)
|
||||||
typedef struct {
|
typedef struct {
|
||||||
long hash;
|
long hash;
|
||||||
char *buffer;
|
char *buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user