Ignore:
Timestamp:
Oct 17, 2008, 3:29:35 AM (17 years ago)
Author:
bird
Message:

kmk: cache variable name strings.

File:
1 edited

Legend:

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

    r1847 r1877  
    5757struct variable
    5858  {
     59#ifndef CONFIG_WITH_STRCACHE2
    5960    char *name;                 /* Variable name.  */
     61#else
     62    const char *name;           /* Variable name.  */
     63#endif
    6064    int length;                 /* strlen (name) */
    6165#ifdef VARIABLE_HASH /* bird */
Note: See TracChangeset for help on using the changeset viewer.