mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* parse.y: fix to show line number of blank block.
[ruby-dev:31093] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									c43511cd89
								
							
						
					
					
						commit
						0d7e74a6be
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
Fri Jun 29 21:55:48 2007  Koichi Sasada  <ko1@atdot.net>
 | 
			
		||||
 | 
			
		||||
	* parse.y: fix to show line number of blank block.
 | 
			
		||||
	  [ruby-dev:31093]
 | 
			
		||||
 | 
			
		||||
Fri Jun 29 20:51:04 2007  Tanaka Akira  <akr@fsij.org>
 | 
			
		||||
 | 
			
		||||
	* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								parse.y
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								parse.y
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -770,6 +770,9 @@ compstmt	: stmts opt_terms
 | 
			
		|||
		;
 | 
			
		||||
 | 
			
		||||
stmts		: none
 | 
			
		||||
                    {
 | 
			
		||||
			$$ = NEW_NIL();
 | 
			
		||||
                    }
 | 
			
		||||
		    /*%c%*/
 | 
			
		||||
		    /*%c
 | 
			
		||||
		    {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue