Ignore:
Timestamp:
Oct 15, 2008, 3:00:57 AM (17 years ago)
Author:
bird
Message:

kmk: use alloc caches for variables, variable sets and varaible set lists.

File:
1 edited

Legend:

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

    r1863 r1864  
    265265#ifdef CONFIG_WITH_ALLOC_CACHES
    266266  if (!idep_cache.size)
    267     alloccache_init (&idep_cache, sizeof(struct idep), "dep", NULL, NULL);
     267    alloccache_init (&idep_cache, sizeof (struct idep), "idep", NULL, NULL);
    268268#endif
    269269
Note: See TracChangeset for help on using the changeset viewer.