mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	comma at the end of enum is a C99ism
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									faba0ee1c1
								
							
						
					
					
						commit
						33d0be1500
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -343,7 +343,7 @@ unix_recv_io(int argc, VALUE *argv, VALUE sock)
 | 
			
		|||
    enum {
 | 
			
		||||
        GC_REASON_EMSGSIZE = 0x1,
 | 
			
		||||
        GC_REASON_TRUNCATE = 0x2,
 | 
			
		||||
        GC_REASON_ENOMEM = 0x4,
 | 
			
		||||
        GC_REASON_ENOMEM = 0x4
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    int fd;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue