Changeset 1877 for trunk/src/kmk/variable.h
- Timestamp:
- Oct 17, 2008, 3:29:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r1847 r1877 57 57 struct variable 58 58 { 59 #ifndef CONFIG_WITH_STRCACHE2 59 60 char *name; /* Variable name. */ 61 #else 62 const char *name; /* Variable name. */ 63 #endif 60 64 int length; /* strlen (name) */ 61 65 #ifdef VARIABLE_HASH /* bird */
Note:
See TracChangeset
for help on using the changeset viewer.