mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* enc/encdb.c: Include internal.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									2b9191e557
								
							
						
					
					
						commit
						4ac7afa500
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,3 +1,7 @@
 | 
				
			||||||
 | 
					Wed Nov 19 00:24:18 2014  Tanaka Akira  <akr@fsij.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* enc/encdb.c: Include internal.h.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Tue Nov 18 23:23:45 2014  Tanaka Akira  <akr@fsij.org>
 | 
					Tue Nov 18 23:23:45 2014  Tanaka Akira  <akr@fsij.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* internal.h: Gather declarations in non-header files.
 | 
						* internal.h: Gather declarations in non-header files.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,6 +9,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**********************************************************************/
 | 
					**********************************************************************/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "internal.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define ENC_REPLICATE(name, orig) rb_encdb_replicate((name), (orig))
 | 
					#define ENC_REPLICATE(name, orig) rb_encdb_replicate((name), (orig))
 | 
				
			||||||
#define ENC_ALIAS(name, orig) rb_encdb_alias((name), (orig))
 | 
					#define ENC_ALIAS(name, orig) rb_encdb_alias((name), (orig))
 | 
				
			||||||
#define ENC_DUMMY(name) rb_encdb_dummy(name)
 | 
					#define ENC_DUMMY(name) rb_encdb_dummy(name)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue