Changeset 2736 for trunk/src/kmk/variable.c
- Timestamp:
- Dec 23, 2014, 10:15:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2718 r2736 1010 1010 { 1011 1011 struct variable var_key; 1012 #ifdef KMK1013 1012 struct variable *v; 1014 #endif1015 1013 #ifndef CONFIG_WITH_STRCACHE2 1016 1014 var_key.name = (char *) name; … … 1025 1023 if (length > 3 && name[0] == '[' && set == &global_variable_set) 1026 1024 { 1027 struct variable *v = lookup_kbuild_object_variable_accessor(name, length);1025 v = lookup_kbuild_object_variable_accessor(name, length); 1028 1026 if (v != VAR_NOT_KBUILD_ACCESSOR) 1029 1027 {
Note:
See TracChangeset
for help on using the changeset viewer.