Changeset 1888 for trunk/src/kmk
- Timestamp:
 - Oct 20, 2008, 1:20:26 AM (17 years ago)
 - Location:
 - trunk/src/kmk
 - Files:
 - 
      
- 2 edited
 
- 
          
  strcache2.c (modified) (1 diff)
 - 
          
  variable.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/strcache2.c
r1887 r1888 570 570 assert (!cache->case_insensitive); 571 571 572 573 572 cache->lookup_count++; 574 573  - 
      
trunk/src/kmk/variable.c
r1887 r1888 550 550 if (!hash_2) 551 551 { 552 hash_2 = strcache2_get_hash2 (&variable_ cache, name, length);552 hash_2 = strcache2_get_hash2 (&variable_strcache, name, length); 553 553 assert (hash_2 & 1); 554 554 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  