chiark / gitweb /
Adopt C99 bool in the edsf API.
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:39:45 +0000 (21:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:48:24 +0000 (21:48 +0000)
commit20b56788bc61de5b3d10c90a9fd588d373134aae
treeea4d00104a346972a1a23120c125e95912551d06
parentf6965b92e1915c9f49fafbadf603b4fd0da735bd
Adopt C99 bool in the edsf API.

Now the flag passed to edsf_merge to say whether two items are the
same or opposite is a bool, and so is the flag returned via a pointer
argument from edsf_canonify.

The latter requires client code to be updated to match (otherwise
you'll get a pointer type error), so I've done that update in Loopy,
which is edsf's only current in-tree client.
dsf.c
loopy.c
puzzles.h