Changeset 1946 for trunk/src/kmk/variable.c
- Timestamp:
- Oct 26, 2008, 4:09:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1935 r1946 108 108 109 109 #ifdef CONFIG_WITH_STRCACHE2 110 st atic struct strcache2 variable_strcache;110 struct strcache2 variable_strcache; 111 111 #endif 112 112 … … 609 609 /* lookup the name in the string case, if it's not there it won't 610 610 be in any of the sets either. */ 611 cached_name = strcache2_lookup (&variable_strcache, name, length);611 cached_name = strcache2_lookup (&variable_strcache, name, length); 612 612 if (!cached_name) 613 613 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.