mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/**/*.[ch]: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									36f8540a2b
								
							
						
					
					
						commit
						977267c2e0
					
				
					 92 changed files with 1588 additions and 1588 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
/*
 | 
			
		||||
 | 
			
		||||
    cparse.c -- Racc Runtime Core
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
    Copyright (c) 1999-2006 Minero Aoki
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
    This library is free software.
 | 
			
		||||
    You can distribute/modify this program under the same terms of ruby.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -293,7 +293,7 @@ lexer_i(VALUE block_args, VALUE data, VALUE self)
 | 
			
		|||
    extract_user_token(v, block_args, &tok, &val);
 | 
			
		||||
    parse_main(v, tok, val, 1);
 | 
			
		||||
    if (v->fin && v->fin != CP_FIN_ACCEPT)
 | 
			
		||||
       rb_iter_break(); 
 | 
			
		||||
       rb_iter_break();
 | 
			
		||||
    return Qnil;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -460,7 +460,7 @@ parse_main(struct cparse_params *v, VALUE tok, VALUE val, int resume)
 | 
			
		|||
 | 
			
		||||
    if (resume)
 | 
			
		||||
        goto resume;
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    while (1) {
 | 
			
		||||
        D_puts("");
 | 
			
		||||
        D_puts("---- enter new loop ----");
 | 
			
		||||
| 
						 | 
				
			
			@ -519,7 +519,7 @@ parse_main(struct cparse_params *v, VALUE tok, VALUE val, int resume)
 | 
			
		|||
      act_fixed:
 | 
			
		||||
        D_printf("act=%ld\n", act);
 | 
			
		||||
        goto handle_act;
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
      notfound:
 | 
			
		||||
        D_puts("(act) not found: use default");
 | 
			
		||||
        act_value = AREF(v->action_default, v->curstate);
 | 
			
		||||
| 
						 | 
				
			
			@ -620,7 +620,7 @@ parse_main(struct cparse_params *v, VALUE tok, VALUE val, int resume)
 | 
			
		|||
 | 
			
		||||
        D_puts("(err) found: can handle error token");
 | 
			
		||||
        break;
 | 
			
		||||
          
 | 
			
		||||
 | 
			
		||||
      error_pop:
 | 
			
		||||
        D_puts("(err) act not found: can't handle error token; pop");
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue