Ignore:
Timestamp:
Oct 22, 2008, 11:24:04 PM (17 years ago)
Author:
bird
Message:

strcache2: hash1 -> hash; -hash2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1907 r1913  
    475475
    476476      /* the rest of the loop  */
    477       hash_2 = strcache2_get_hash1 (&variable_strcache, name) | 1;
     477      hash_2 = strcache2_get_hash (&variable_strcache, name) | 1;
    478478      for (;;)
    479479        {
     
    491491    }
    492492  else
    493     hash_2 = strcache2_get_hash1 (&variable_strcache, name) | 1;
     493    hash_2 = strcache2_get_hash (&variable_strcache, name) | 1;
    494494
    495495
Note: See TracChangeset for help on using the changeset viewer.