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

kmk: Made struct variable capable of holding read only variables to speed up set_file_variables.

File:
1 edited

Legend:

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

    r1931 r1932  
    8282                                /* If >1, allow this many self-referential
    8383                                   expansions.  */
     84#ifdef CONFIG_WITH_RDONLY_VARIABLE_VALUE
     85    unsigned int rdonly_val:1;  /* VALUE is read only (strcache/const). */
     86#endif
    8487    enum variable_flavor
    8588      flavor ENUM_BITFIELD (3); /* Variable flavor.  */
Note: See TracChangeset for help on using the changeset viewer.