mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* 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
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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>
 | 
			
		||||
 | 
			
		||||
	* ext/syck/MANIFEST: Add yamlbyte.h.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
 | 
			
		||||
/* Reinvent the wheel... */
 | 
			
		||||
#define CHUNKSIZE 64
 | 
			
		||||
#define HASH ((long)0xCAFECAFECAFECAFE)
 | 
			
		||||
#define HASH ((long)0xCAFECAFE)
 | 
			
		||||
typedef struct {
 | 
			
		||||
   long hash;
 | 
			
		||||
   char *buffer;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue