From 13a9cb0bea7351132763a25e7d07b2e70ee99dd1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 1 Nov 2006 13:25:25 +0000 Subject: James H's Palm-compatibility updates to the latest Loopy changes, working around bugs in the Palm compiler and removing Palm- incompatible diagnostics such as fprintf. [originally from svn r6889] --- dsf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dsf.c') diff --git a/dsf.c b/dsf.c index 207357d..ecb2858 100644 --- a/dsf.c +++ b/dsf.c @@ -9,7 +9,7 @@ #include "puzzles.h" -void print_dsf(int *dsf, int size) +/*void print_dsf(int *dsf, int size) { int *printed_elements = snewn(size, int); int *equal_elements = snewn(size, int); @@ -58,7 +58,7 @@ done: sfree(printed_elements); sfree(equal_elements); sfree(inverse_elements); -} +}*/ void dsf_init(int *dsf, int size) { -- cgit v1.1