Ignore:
Timestamp:
Dec 23, 2014, 10:15:40 PM (11 years ago)
Author:
bird
Message:

llvm build fixes.

File:
1 edited

Legend:

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

    r2718 r2736  
    10101010{
    10111011  struct variable var_key;
    1012 #ifdef KMK
    10131012  struct variable *v;
    1014 #endif
    10151013#ifndef CONFIG_WITH_STRCACHE2
    10161014  var_key.name = (char *) name;
     
    10251023  if (length > 3 && name[0] == '[' && set == &global_variable_set)
    10261024    {
    1027       struct variable *v = lookup_kbuild_object_variable_accessor(name, length);
     1025      v = lookup_kbuild_object_variable_accessor(name, length);
    10281026      if (v != VAR_NOT_KBUILD_ACCESSOR)
    10291027        {
Note: See TracChangeset for help on using the changeset viewer.