Changeset 1867 for trunk/src/kmk/make.h


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

kmk: commands and file allocation caches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r1864 r1867  
    573573/* the alloc caches */
    574574extern struct alloccache dep_cache;
     575extern struct alloccache file_cache;
     576extern struct alloccache commands_cache;
    575577extern struct alloccache nameseq_cache;
    576578extern struct alloccache variable_cache;
Note: See TracChangeset for help on using the changeset viewer.