Changeset 1862 for trunk/src/kmk/remake.c
- Timestamp:
- Oct 14, 2008, 3:04:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/remake.c
r1857 r1862 240 240 241 241 /* Free the storage. */ 242 #ifndef KMK 242 243 free (g); 244 #else 245 free_dep (g); 246 #endif 243 247 244 248 g = lastgoal == 0 ? goals : lastgoal->next;
Note:
See TracChangeset
for help on using the changeset viewer.