Ignore:
Timestamp:
Oct 17, 2008, 1:15:30 AM (17 years ago)
Author:
bird
Message:

kmk: replaced strcache with strcacahe2.

File:
1 edited

Legend:

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

    r1847 r1870  
    990990  variable_buffer = 0;
    991991
     992  assert (v->length == strlen (v->name));
    992993  val = variable_append (v->name, strlen (v->name), current_variable_set_list);
    993994  variable_buffer_output (val, "", 1);
Note: See TracChangeset for help on using the changeset viewer.