Changeset 1933 for trunk/src/kmk/strcache.c
- Timestamp:
- Oct 24, 2008, 10:40:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/strcache.c
r1895 r1933 250 250 251 251 #include "strcache2.h" 252 253 const char *suffixes_strcached; 252 254 253 255 /* The file string cache. */ … … 266 268 #endif 267 269 0); /* thread safe */ 270 271 /* .SUFFIXES is referenced in several loops, keep the added pointer in a 272 global var so these can be optimized. */ 273 274 suffixes_strcached = strcache_add_len (".SUFFIXES", sizeof (".SUFFIXES")-1); 268 275 } 269 276
Note:
See TracChangeset
for help on using the changeset viewer.