blob: e1aecd796bb873923df6c7d9713333a542fc93e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- sim/comptypes.c.orig 2007-11-23 23:17:42.000000000 +0100
+++ sim/comptypes.c 2007-11-23 23:18:07.000000000 +0100
@@ -96,5 +96,5 @@
stopper_p},
{"LINK_COST_FUNC", AUXILIARY_CLASS,lcostfcn_action,
link_cost_func_p},
- {"", NULL} /* This line indicates the end of the list. */
+ {"", 0} /* This line indicates the end of the list. */
};
|