Changeset 2056 for trunk/src/kmk/default.c
- Timestamp:
- Nov 4, 2008, 4:25:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/default.c
r1993 r2056 584 584 if (f->cmds == 0) 585 585 { 586 #ifndef CONFIG_WITH_ALLOC_CACHES 586 587 f->cmds = xmalloc (sizeof (struct commands)); 588 #else 589 f->cmds = alloccache_alloc (&commands_cache); 590 #endif 587 591 f->cmds->fileinfo.filenm = 0; 588 592 f->cmds->commands = s[1]; 589 593 f->cmds->command_lines = 0; 594 #ifdef CONFIG_WITH_MEMORY_OPTIMIZATIONS 595 f->cmds->refs = 1000; 596 #endif 590 597 } 591 598 }
Note:
See TracChangeset
for help on using the changeset viewer.