mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* node.h (RNode): match the type of flags to RBasic, and renamed
nd_file as nd_reserved. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									202cb99c86
								
							
						
					
					
						commit
						698fe540b9
					
				
					 2 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,7 @@
 | 
			
		|||
Thu Dec 16 07:51:47 2010  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
Thu Dec 16 08:04:47 2010  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* node.h (RNode): match the type of flags to RBasic, and renamed
 | 
			
		||||
	  nd_file as nd_reserved.
 | 
			
		||||
 | 
			
		||||
	* iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_file
 | 
			
		||||
	  is always zero-cleared.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								node.h
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								node.h
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -233,8 +233,8 @@ enum node_type {
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
typedef struct RNode {
 | 
			
		||||
    unsigned long flags;
 | 
			
		||||
    char *nd_file;
 | 
			
		||||
    VALUE flags;
 | 
			
		||||
    VALUE nd_reserved;		/* ex nd_file */
 | 
			
		||||
    union {
 | 
			
		||||
	struct RNode *node;
 | 
			
		||||
	ID id;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue