mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* template/fake.rb.in (CROSS_COMPILING): get rid of NameError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									1e96a30c9d
								
							
						
					
					
						commit
						c7f86bb5f6
					
				
					 3 changed files with 7 additions and 3 deletions
				
			
		|  | @ -1,3 +1,7 @@ | |||
| Fri Feb 11 11:39:03 2011  Nobuyoshi Nakada  <nobu@ruby-lang.org> | ||||
| 
 | ||||
| 	* template/fake.rb.in (CROSS_COMPILING): get rid of NameError. | ||||
| 
 | ||||
| Thu Feb 10 23:12:34 2011  Tanaka Akira  <akr@fsij.org> | ||||
| 
 | ||||
| 	* ext/dl/dl.h: parenthesize macro arguments. | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ ruby="${RUBY-$baseruby}" | |||
| "}" || "exit" "$?" | ||||
| ruby=ruby | ||||
| class Object | ||||
|   remove_const :CROSS_COMPILING | ||||
|   remove_const :CROSS_COMPILING if defined?(CROSS_COMPILING) | ||||
|   CROSS_COMPILING = RUBY_PLATFORM | ||||
|   remove_const :RUBY_PLATFORM | ||||
|   remove_const :RUBY_VERSION | ||||
|  |  | |||
|  | @ -1,11 +1,11 @@ | |||
| #define RUBY_VERSION "1.9.3" | ||||
| #define RUBY_RELEASE_DATE "2011-02-10" | ||||
| #define RUBY_RELEASE_DATE "2011-02-11" | ||||
| #define RUBY_PATCHLEVEL -1 | ||||
| #define RUBY_BRANCH_NAME "trunk" | ||||
| 
 | ||||
| #define RUBY_RELEASE_YEAR 2011 | ||||
| #define RUBY_RELEASE_MONTH 2 | ||||
| #define RUBY_RELEASE_DAY 10 | ||||
| #define RUBY_RELEASE_DAY 11 | ||||
| 
 | ||||
| #include "ruby/version.h" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu