Ignore:
Timestamp:
Oct 20, 2008, 1:31:38 AM (17 years ago)
Author:
bird
Message:

kmk: cleaned out the VARIABLE_HASH code (was removed in favor of the a variable strcache).

File:
1 edited

Legend:

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

    r1877 r1889  
    6060    char *name;                 /* Variable name.  */
    6161#else
    62     const char *name;           /* Variable name.  */
     62    const char *name;           /* Variable name (in varaible_strcache).  */
    6363#endif
    6464    int length;                 /* strlen (name) */
    65 #ifdef VARIABLE_HASH /* bird */
    66     int hash1;                  /* the primary hash */
    67     int hash2;                  /* the secondary hash */
    68 #endif
    6965#ifdef CONFIG_WITH_VALUE_LENGTH
    7066    int value_length;           /* The length of the value, usually unused.  */
Note: See TracChangeset for help on using the changeset viewer.