head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.26.06.14.13; author rillig; state Exp; branches; next ; commitid hOEg9jeEVT5oY7PG; desc @@ 1.1 log @math/otter: clean up Remove ".." from the files to be patched by adjusting WRKSRC. Add patches needed for C23. @ text @$NetBSD$ Add missing types for C23. --- source/dp_util.c.orig 1999-12-01 21:50:00.000000000 +0000 +++ source/dp_util.c @@@@ -792,7 +792,7 @@@@ static void instances_recurse(struct clause *c, * *************/ -int sym_lessthan(n1, n2) +int sym_lessthan(int n1, int n2) { int a1 = sn_to_arity(n1); int a2 = sn_to_arity(n2); @