Changeset 2753 in kBuild for trunk/src/kmk/remake.c
- Timestamp:
- Jan 23, 2015 9:46:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/remake.c
r2743 r2753 1329 1329 file->update_status = 0; 1330 1330 #endif 1331 1332 #ifdef KMK 1333 /* We're done with this command, so free the memory held by the chopped 1334 command lines. Saves heap for the compilers & linkers. */ 1335 if (file->cmds && file->cmds->command_lines) 1336 free_chopped_commands (file->cmds); 1337 #endif 1331 1338 } 1332 1339
Note:
See TracChangeset
for help on using the changeset viewer.