Changeset 1889 for trunk/src/kmk/variable.h
- Timestamp:
- Oct 20, 2008, 1:31:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r1877 r1889 60 60 char *name; /* Variable name. */ 61 61 #else 62 const char *name; /* Variable name . */62 const char *name; /* Variable name (in varaible_strcache). */ 63 63 #endif 64 64 int length; /* strlen (name) */ 65 #ifdef VARIABLE_HASH /* bird */66 int hash1; /* the primary hash */67 int hash2; /* the secondary hash */68 #endif69 65 #ifdef CONFIG_WITH_VALUE_LENGTH 70 66 int value_length; /* The length of the value, usually unused. */
Note:
See TracChangeset
for help on using the changeset viewer.