mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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]
This commit is contained in:
4
dsf.c
4
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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user