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


Ignore:
Timestamp:
Oct 24, 2008, 10:40:32 PM (17 years ago)
Author:
bird
Message:

kmk: moved suffixes_strcached to strcache.c and global scope.

File:
1 edited

Legend:

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

    r1925 r1933  
    639639# include "strcache2.h"
    640640extern struct strcache2 file_strcache;
     641extern const char *suffixes_strcached;
    641642
    642643# define strcache_iscached(str)     strcache2_is_cached(&file_strcache, str)
Note: See TracChangeset for help on using the changeset viewer.