- Timestamp:
- Dec 25, 2008 6:02:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/rule.c
r2056 r2137 493 493 r->terminal = terminal; 494 494 #ifdef CONFIG_WITH_MEMORY_OPTIMIZATIONS 495 commands->refs = 1000; 495 if (commands != NULL) 496 commands->refs = 1000; 496 497 #endif 497 498 }
Note:
See TracChangeset
for help on using the changeset viewer.