Changeset 1867 for trunk/src/kmk/read.c
- Timestamp:
- Oct 15, 2008, 3:28:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/read.c
r1863 r1867 2298 2298 2299 2299 nextf = filenames->next; 2300 #ifndef CONFIG_WITH_ALLOC_CACHES 2300 2301 free (filenames); 2302 #else 2303 alloccache_free (&nameseq_cache, filenames); 2304 #endif 2301 2305 2302 2306 /* If it's a pattern target, then add it to the pattern-specific … … 2429 2433 if (commands_idx > 0) 2430 2434 { 2435 #ifndef CONFIG_WITH_ALLOC_CACHES 2431 2436 cmds = xmalloc (sizeof (struct commands)); 2437 #else 2438 cmds = alloccache_alloc (&commands_cache); 2439 #endif 2432 2440 cmds->fileinfo.filenm = flocp->filenm; 2433 2441 cmds->fileinfo.lineno = cmds_started;
Note:
See TracChangeset
for help on using the changeset viewer.