Actions
Feature #10107
closed[PATCH] cleanup: rb_const_lookup helper function
    Feature #10107:
    [PATCH] cleanup: rb_const_lookup helper function
  
Description
This reduces casting and long lines.  This should make it easier to
switch to alternatives to st for constant storage.
Pretty trivial, will commit in a few days unless there are objections.
Files
        
           Updated by ko1 (Koichi Sasada) about 11 years ago
          Updated by ko1 (Koichi Sasada) about 11 years ago
          
          
        
        
      
      +1
        
           Updated by nobu (Nobuyoshi Nakada) about 11 years ago
          Updated by nobu (Nobuyoshi Nakada) about 11 years ago
          
          
        
        
      
      nice.
        
           Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
          Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
        
           Updated by nobu (Nobuyoshi Nakada) about 11 years ago
          Updated by nobu (Nobuyoshi Nakada) about 11 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
Already committed by r47059.
Actions